Opened 9 years ago
Closed 9 years ago
#7844 closed Bug (fixed)
FF: setData() on hidden editor causes editor not to display
Reported by: | Damian | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | General | Version: | 3.4.1 |
Keywords: | IBM Firefox | Cc: |
Description
This problem happens on FF and when the instance is created with CKEDITOR.appendTo().
When the editor's container is hidden and setData() is called on it, making the container visible does not make the editor instance visible.
The problem appears to be related to the following in wysiwygarea plugin.js:
if ( isHidden ) { setTimeout( function() { element.hide(); element.setStyles( previousStyles ); }, 1000 ); }
A sample test page has been attached also.
Attachments (3)
Change History (10)
Changed 9 years ago by
comment:1 Changed 9 years ago by
Keywords: | Firefox added |
---|---|
Status: | new → confirmed |
Version: | 3.5.2 → 3.4.1 |
True for Firefox browsers from CKEditor 3.4.1
Changed 9 years ago by
Attachment: | 7844.patch added |
---|
comment:2 Changed 9 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → review |
Changed 9 years ago by
Attachment: | 7844_5956.html added |
---|
comment:5 Changed 9 years ago by
Status: | review → review_passed |
---|
As for #5956, I've just tested it with Firefox 3.6.16 and it works well. I'm happy to remove that hack from the code.
comment:6 Changed 9 years ago by
Milestone: | → CKEditor 3.6.1 |
---|
comment:7 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6934].
Test case