#13953 closed Bug (invalid)
[IE 8] WSC dialog throws error on small screen
Reported by: | Tomasz Jakut | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | |
Keywords: | Cc: |
Description (last modified by )
Steps to reproduce
- Open CKEditor with Web Spell Checker plugin having the hash d25e33615eb0a6c1a5f887621406108a59f2edbf.
- Open console.
- Click "Spell Checker" button and select "Check spelling" option.
- Close the dialog.
- Resize the browser's window to have < 400px.
- Repeat step 3.
Expected result
No error is thrown.
Actual result
Invalid argument.
is thrown. It's probably caused by `if` on lines 3117-3121 of `dialogs/wsc.js`.
Other details (browser, OS, CKEditor version, installed plugins)
Internet Explorer 8 on Windows XP
Change History (2)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.5.5 |
I can reproduce this issue but it's the problem in wsc and not the editor.
Issue in wsc tracker: https://github.com/WebSpellChecker/ckeditor-plugin-wsc/issues/35