Opened 13 years ago

Last modified 13 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)

ff_maximize_bug.html (3.8 KB) - added by kiwistba 13 years ago.
Reduced test case, a modified ajax.html sample using UI Dialog
IE6.png (137.3 KB) - added by Jakub Ś 13 years ago.
IE9.png (184.2 KB) - added by Jakub Ś 13 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 13 years ago by Jakub Ś

Status: newpending

Could I ask you for a sample html file (or bundle with js files as well) which presents your problem?

comment:2 Changed 13 years ago by kiwistba

Yes, I can give you a sample page - steps to reproduce:

  1. Using Firefox, go to http://cke36test.temphuset.net
  2. Click the Edit-button
  3. Click the Maximize-button in the toolbar

comment:3 Changed 13 years ago by kiwistba

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 13 years ago by Jakub Ś

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 13 years ago by Frederico Caldeira Knabben

A reduced test case page, attached to this ticket... that's what j.swiderski is talking about.

Changed 13 years ago by kiwistba

Attachment: ff_maximize_bug.html added

Reduced test case, a modified ajax.html sample using UI Dialog

comment:6 Changed 13 years ago by Jakub Ś

Status: pendingconfirmed
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.

Changed 13 years ago by Jakub Ś

Attachment: IE6.png added

Changed 13 years ago by Jakub Ś

Attachment: IE9.png added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy