Opened 14 years ago
Last modified 14 years ago
#7855 confirmed Bug
Clicking 'maximize' shows blank screen in Firefox when the editor is opened inside jQuery UI Dialog
Reported by: | kiwistba | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
The issue is present with Firefox 3.6.18 and 4.0 (on Linux and Windows). Maximize works fine in Chrome 11.
CKEditor 3.4.2 works without any issues in exactly the same setup.
Attachments (3)
Change History (9)
comment:1 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Yes, I can give you a sample page - steps to reproduce:
- Using Firefox, go to http://cke36test.temphuset.net
- Click the Edit-button
- Click the Maximize-button in the toolbar
comment:3 Changed 14 years ago by
I've been able to narrow it down to the 'position' option of UI Dialog. The problem only occurs if the 'position' option is changed after the dialog/editor has been opened.
comment:4 Changed 14 years ago by
Ok I can see it on your page, but when I asked you for sample file I meant a file or a bundle which I will be able to use with a clean version of CKEditor.
This is necessary to exclude posibility that issue is related to your aplication settings and not editor itself.
If you don't want to provide a code sample than could you tell me if you are able to reproduce the issue in clean version of CKEditor or latest demo version - http://nightly.ckeditor.com/demo
comment:5 Changed 14 years ago by
A reduced test case page, attached to this ticket... that's what j.swiderski is talking about.
Changed 14 years ago by
Attachment: | ff_maximize_bug.html added |
---|
Reduced test case, a modified ajax.html sample using UI Dialog
comment:6 Changed 14 years ago by
Status: | pending → confirmed |
---|---|
Version: | 3.6 |
The result described above can be observed in Firefox, Webkit and Opera browsers from CKEditor 3.4.3. Before 3.4.3 maximize worked fine.
In IE6 and IE7 maximize works as it suppose to. In IE6, displayed dialog is smaller than the editor but I don't think it's CKEditor fault (See screen IE6).
In IE8 and IE9 it never worked as it should. The described effect is reproducible from CKEditor 3.4.3 but before 3.4.3 CKEditor wasn't resized properly (see IE9 screen) and toolbar was scrolled up when typing.
Could I ask you for a sample html file (or bundle with js files as well) which presents your problem?