Opened 13 years ago
Last modified 13 years ago
#8507 confirmed Bug
Invalid width of CKEditor when width is set to 100%
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Skins | Version: | 3.0 |
Keywords: | Cc: |
Description
Setting width to 100% have quite an unpredictable result. When setting width of the editor to 100% user would expect the editor to take all the available space when rendering the interface.
The result is different however, the editor takes 100% + extra 12px.
In templates, where overflowing content is hidden, it is causing that CKEditor is cut off on the right side.
Happens only when using the Kama skin. Confirmed in IE8, Firefox, Chrome, Opera.
Attachments (2)
Change History (4)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
Reproducible in all browsers for 'kama' skin only form CKEditor 3.0
comment:2 Changed 13 years ago by
This issue was already reported once: #4049, but the patch used there works only for width specified in pixels.
Sample to reproduce the issue