Opened 15 years ago
Closed 15 years ago
#5660 closed Bug (fixed)
Error at blinkCursor after maximizing in Firefox
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.3 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description
Using the ajax sample in the 3.3 branch, after maximizing the editor it throws an error and the content can't be edited:
uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIDOMNSHTMLDocument.designMode]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: http://localhost/ckeditor/_source/plugins/wysiwygarea/plugin.js :: blinkCursor :: line 810" data: no]
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 5560.patch added |
---|
comment:2 follow-up: 3 Changed 15 years ago by
Keywords: | Review? added |
---|
Yet another regression of [5391], only affects FF though.
comment:3 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|
comment:4 Changed 15 years ago by
Keywords: | Review? added; Review- removed |
---|
The fix is already limited to FF on it's callee.
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [5469] on 3.3.x branch.
Maximize the editor then click inside document shows the error.