Opened 13 years ago

Closed 13 years ago

#6947 closed Bug (fixed)

CKEditor maximize firefox bug

Reported by: Aarron.huls Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc: pub1@…

Description

I am using Firefox 3.6.13. When I hit the "Maximize" button, it does not maximize properly. There is no edit area visible, but if I hit the "Collapse Toolbar" button there is a TINY edit are I can see. I'm talking one line's worth. This is not occurring in IE8, Safari, or Chrome. See pics.

Attachments (9)

Minimized.jpg (317.3 KB) - added by Aarron.huls 13 years ago.
Maximized1.jpg (356.6 KB) - added by Aarron.huls 13 years ago.
Maximized2.jpg (253.4 KB) - added by Aarron.huls 13 years ago.
Minimized.2.jpg (226.8 KB) - added by Aarron.huls 13 years ago.
Minimized.3.jpg (226.8 KB) - added by Aarron.huls 13 years ago.
Maximized1.2.jpg (96.7 KB) - added by Aarron.huls 13 years ago.
Maximized2.2.jpg (94.3 KB) - added by Aarron.huls 13 years ago.
LessonMarks.aspx.html (25.6 KB) - added by Aarron.huls 13 years ago.
LessonMarks.aspx (23.9 KB) - added by Aarron.huls 13 years ago.

Download all attachments as: .zip

Change History (14)

Changed 13 years ago by Aarron.huls

Attachment: Minimized.jpg added

Changed 13 years ago by Aarron.huls

Attachment: Maximized1.jpg added

Changed 13 years ago by Aarron.huls

Attachment: Maximized2.jpg added

Changed 13 years ago by Aarron.huls

Attachment: Minimized.2.jpg added

Changed 13 years ago by Aarron.huls

Attachment: Minimized.3.jpg added

Changed 13 years ago by Aarron.huls

Attachment: Maximized1.2.jpg added

Changed 13 years ago by Aarron.huls

Attachment: Maximized2.2.jpg added

comment:1 Changed 13 years ago by Aarron.huls

My fault on the multiple screen shots. Just look at Minimized.2.jpg, Maximized1.2.jpg, and Maximized2.2.jpg.

comment:2 Changed 13 years ago by Garry Yao

Status: newpending

Works fine on our sample pages, could rely heavily on your page styling, please upload a sample page for reproducing.

comment:3 in reply to:  2 Changed 13 years ago by Aarron.huls

I will attach the ASP code for the page that is in the pictures.

Changed 13 years ago by Aarron.huls

Attachment: LessonMarks.aspx.html added

Changed 13 years ago by Aarron.huls

Attachment: LessonMarks.aspx added

comment:4 Changed 13 years ago by Allan Jensen

Cc: pub1@… added
Keywords: fullscreen full screen maximize doctype added

I have the exact same problem. I found out though that the cause is the doctype. If I use _no_ DOCTYPE at all or if I use:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

...then it won't maximize correctly.

But if I use this one from the sample files:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

...or this one:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

...then it works just fine.

Luckily I don't ruin too much by changing doctype for my page, but any change CKEditor could be made to work even with those doctypes?

PS. I'm using Firefox 3.5.16.

comment:5 Changed 13 years ago by Jakub Ś

Keywords: fullscreen full screen maximize doctype removed
Resolution: fixed
Status: pendingclosed

This issue was fixed in CKEditor 3.5.3.

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