Opened 15 years ago
Last modified 14 years ago
#6454 closed Bug
Wrong placement of part of toolbar — at Version 2
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | UI : Toolbar | Version: | 3.0 |
Keywords: | Cc: |
Description (last modified by )
Load editor with config like this:
CKEDITOR.replace( 'editor', { toolbar : [ ['Source','Cut', 'Copy', 'Paste', 'RemoveFormat','Undo', 'Redo','Table', 'Rule', 'Smiley', 'SpecialChar','Link', 'Image','LinkBrowser','Maximize','Bold', 'Italic', 'Underline','JustifyLeft', 'Font','FontSize', 'JustifyCenter', 'JustifyRight', 'NumberedList', 'BulletedList', 'Outdent', 'Indent','TextColor', 'BGColor'] ] });
- Resize window to size where toolbar is split to two lines.
Result as on attached screen.
Should the toolbar be split to parts or should it be in one line only?
Change History (4)
Changed 15 years ago by
Attachment: | krst_12.06.37.png added |
---|
Changed 15 years ago by
Attachment: | 6454.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | HasPatch added |
---|---|
Status: | new → confirmed |
Version: | 3.4.2 → 3.0 |
comment:2 Changed 15 years ago by
Description: | modified (diff) |
---|
Definitely a bug, the tool group should wrap onto the beginning of next line.