#5580 closed Bug (fixed)
Maximize does not work properly in the Office 2003 and V2 skins
Reported by: | Sa'ar Zac Elias | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4 |
Component: | UI : Toolbar | Version: | 3.0.1 |
Keywords: | Confirmed HasPatch Review+ | Cc: | comp615@… |
Description
Steps to reproduce
- Go to the skins demo or the skins sample page.
- Click on the Maximize button on the editors with the Office 2003 and V2 skins.
Notice that there is a space at the bottom and you can see other editor's toolbar buttons.
Tested with IE 8 and FF 3.6.3.
Attachments (1)
Change History (8)
comment:1 Changed 15 years ago by
Component: | UI : Skins → UI : Toolbar |
---|---|
Keywords: | Confirmed added |
Milestone: | CKEditor 3.3 → CKEditor 3.4 |
comment:2 Changed 14 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
Changed 14 years ago by
Attachment: | 5580.patch added |
---|
comment:3 Changed 14 years ago by
Cc: | comp615@… added |
---|---|
Keywords: | HasPatch Review? added |
Fixed the plugin to add the CSS attribute maximized BEFORE calling the rezize handler, since changing CSS properties (namely hiding the resize grip) can potentially alter the size of the header/footer areas, meaning the text editor would not be made large enough.
This bug would also cause any skin which has a different maximized header or footer size from normal to be displayed improperly.
comment:5 Changed 14 years ago by
Keywords: | Review+ added; Review? removed |
---|
@comp615, it's a nice catch ;) It fixes the problem and doesn't bring any risk with the change.
I was not able to apply the patch directly. I did it manually instead. Please be sure to create patches from the root of our SVN trunk, with updated local copies.
Altered maximiser plugin to add the maximised class before calling the resize handler. See comments for more