Opened 14 years ago

Closed 14 years ago

#5752 closed Bug (duplicate)

Maximize with multiple editors breaks UI in Firefox 3.6

Reported by: Rhodes Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

I have a very simple case to document a problem I'm having with the CKEditor 3.2.1 and Firefox 3.6, 3.6.1, 3.6.2 and 3.6.3 and the use of the Maximize button.

Here's the scenario:

  1. I create 2 textareas. Here's the HTML:

<html> <head> <script language="javascript" src="include/ckeditor/ckeditor.js" type="text/javascript"></script> <script type="text/javascript" language="text/javascript">

window.onload=function() {

CKEDITOR.replace('MyTextarea1'); CKEDITOR.replace('MyTextarea2');

}

</script> </head> <body>

<textarea id="MyTextarea1" name="MyTextarea1">This is the initial value of Textarea1.</textarea> <textarea id="MyTextarea2" name="MyTextarea2">This is the initial value of Textarea2.</textarea>

</body> </html>

  1. In the window.onload event I replace them with the CKEditor. Refer to attachment for the initial display.
  1. Next I place the cursor, using the mouse, in the second CKEditor's input area.
  1. And press the "Maximize" button in the the second CKEditor's toolbar.

When the CKEditor is maximized the UI is broken. Refer to the attachment for the results display:

Attachments (3)

InitialDisplay.PNG (58.5 KB) - added by Rhodes 14 years ago.
Initial Display
ResultsDisplay.PNG (40.8 KB) - added by Rhodes 14 years ago.
Broken UI - Results Display
Sandbox.htm (528 bytes) - added by Rhodes 14 years ago.
HTML to reproduce the problem.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by Rhodes

Attachment: InitialDisplay.PNG added

Initial Display

Changed 14 years ago by Rhodes

Attachment: ResultsDisplay.PNG added

Broken UI - Results Display

Changed 14 years ago by Rhodes

Attachment: Sandbox.htm added

HTML to reproduce the problem.

comment:1 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

dup of #5586

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