Opened 16 years ago
Last modified 16 years ago
#2816 closed Bug
[IE] Failed to restore selection on dialog open when editor blured — at Version 4
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | IE Review- | Cc: |
Description (last modified by )
Restore selection doesn't work for blued editor document. since editor is initially blured, direct dialog open will suffer from it.
Procedures
- Open replacebyclass.html in IE6.
- Triple click to select the "CKEditor Sample" title in the page.
- Open any dialog - link, image, table, etc.
- You get a JavaScript error if the dialog tries to restore the selection.
- Close the dialog by clicking cancel.
- You get another JavaScript error.
Change History (8)
Changed 16 years ago by
Attachment: | 2816.patch added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Keywords: | HasPatch added |
Changed 16 years ago by
Attachment: | 2816_2.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added; HasPatch removed |
---|
Proposed patch for properly restore selection for all commands.
comment:4 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Summary: | [IE] Failed to restore collapsed selection from editor blured → [IE] Failed to restore selection on dialog open when editor blured |
It's a quick patch just make no error thrown, pending for more confirmation.