Opened 14 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)
Change History (14)
Changed 14 years ago by
Attachment: | Minimized.jpg added |
---|
Changed 14 years ago by
Attachment: | Maximized1.jpg added |
---|
Changed 14 years ago by
Attachment: | Maximized2.jpg added |
---|
Changed 14 years ago by
Attachment: | Minimized.2.jpg added |
---|
Changed 14 years ago by
Attachment: | Minimized.3.jpg added |
---|
Changed 14 years ago by
Attachment: | Maximized1.2.jpg added |
---|
Changed 14 years ago by
Attachment: | Maximized2.2.jpg added |
---|
comment:1 Changed 14 years ago by
comment:2 follow-up: 3 Changed 14 years ago by
Status: | new → pending |
---|
Works fine on our sample pages, could rely heavily on your page styling, please upload a sample page for reproducing.
Changed 14 years ago by
Attachment: | LessonMarks.aspx.html added |
---|
Changed 14 years ago by
Attachment: | LessonMarks.aspx added |
---|
comment:4 Changed 14 years ago by
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
Keywords: | fullscreen full screen maximize doctype removed |
---|---|
Resolution: | → fixed |
Status: | pending → closed |
This issue was fixed in CKEditor 3.5.3.
My fault on the multiple screen shots. Just look at Minimized.2.jpg, Maximized1.2.jpg, and Maximized2.2.jpg.