Opened 16 years ago
Closed 16 years ago
#3810 closed Bug (fixed)
IE: Template throws error
Reported by: | Frederico Caldeira Knabben | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed IE Review? WorksForMe | Cc: |
Description
With IE, a js error is thrown when using the Template button, after selecting one of the templates.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3810.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
Again, coz CKEDITOR.editor::setData is sync, unlock selection ( invoked in dialog.hide ) for IE will result in error, the only event we can relay on now is contentDom, so I make the changes to template plugin.
Then, I found the editor is still not gaining focus within the event handler, and that's because contentDom is fired too early to gain document focus.( Focus is locked by 'isLoadingData')Ok, so let's make the event happened later, result in such a ugly fix.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Yes, it's not anymore an issue with the current trunk.
Problem comes from 'CKEDITOR.editor::setData'.