#9117 closed Bug (fixed)
FF error shown when calling setData() on hidden editor, with autogrow on
Reported by: | Damian | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.5 |
Component: | General | Version: | 3.6.2 |
Keywords: | IBM | Cc: | Satya Minnekanti, Teresa Monahan |
Description
Appears to be Firefox only.
To reproduce:
- Open a sample with autogrow enabled
- Hide the editor by setting display:none on some container holding the editor.
- Call setData() on the editor.
Result:
this.getWindow().$.getComputedStyle(this.$, "") is null
The same test case without autogrow enabled works without errors.
This appears to be a regression from rev. 7244, fix for ticket #8050.
Attachments (2)
Change History (9)
Changed 13 years ago by
Attachment: | 9117_testcase.html added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.6.2 |
comment:2 Changed 13 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|---|
Status: | confirmed → assigned |
Changed 13 years ago by
Attachment: | 9117.patch added |
---|
comment:3 Changed 13 years ago by
Status: | assigned → review |
---|
comment:4 Changed 13 years ago by
Milestone: | → CKEditor 3.6.5 |
---|---|
Status: | review → review_passed |
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7602].
comment:6 Changed 13 years ago by
This is still an issue on V4 Beta build..Could you please fix it in 4.0 as well
comment:7 Changed 13 years ago by
We'll be merging v3 changesets after each milestone is closed, please stay tuned.
This is caused by a Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=548397