Ticket #7844 (closed Bug: fixed)
FF: setData() on hidden editor causes editor not to display
| Reported by: | damo | Owned by: | Saare |
|---|---|---|---|
| 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
Change History
comment:1 Changed 2 years ago by j.swiderski
- Status changed from new to confirmed
- Keywords Firefox added
- Version changed from 3.5.2 to 3.4.1
True for Firefox browsers from CKEditor 3.4.1
Note: See
TracTickets for help on using
tickets.

Test case