#6829 closed Bug (fixed)
Spell Check dialog should be resizable
Reported by: | Wiktor Walc | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5 |
Component: | UI : Dialogs | Version: | 3.5 |
Keywords: | Cc: | WebSpellChecker.net |
Description
The spell check dialog is one of the most hard to use things inside of CKEditor. The problem is that the default window where the content is shown is very tiny. It's hard to find out in what place exactly we are in the document.
Being able to resize this dialog would definitely make things easier. Resizing this dialog should simply result in enlarging the table cell where content is displayed (<td class="midtext">)
Attachments (3)
Change History (12)
Changed 14 years ago by
Attachment: | ckeditor_check_spelling.png added |
---|
comment:1 Changed 14 years ago by
Component: | General → UI : Dialogs |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
We'll handle this ticket.
Changed 14 years ago by
Attachment: | 6829.patch added |
---|
comment:4 Changed 14 years ago by
Status: | assigned → review |
---|
The patch make it at least possible to resize the content area, rest of adapting changes are to be tackled by SpellChecker.net server after this milestone.
comment:5 Changed 14 years ago by
Status: | review → review_failed |
---|
The editor fails to open other dialogs after the patch.
Changed 14 years ago by
Attachment: | 6829_2.patch added |
---|
comment:6 Changed 14 years ago by
Status: | review_failed → review |
---|
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6217], please open new tickets for other problems.
Could you provide us some more info about resizing dialogs in CKEditor?
We have found that dialog has property "resizable", which could be CKEDITOR.DIALOG_RESIZE_NONE, CKEDITOR.DIALOG_RESIZE_WIDTH, CKEDITOR.DIALOG_RESIZE_HEIGHT, CKEDITOR.DIALOG_RESIZE_BOTH. However, the only dialog that uses this property is "Find" dialog and it sets "resizable : CKEDITOR.DIALOG_RESIZE_NONE". We have tried these different options both with WSC and Find dialogs, but they did not change dialogs' behavior. Is there any other way may CKeditor's dialogs to resize as seen on picture with arrows in the bottom right corner?