Opened 14 years ago
Closed 14 years ago
#6454 closed Bug (fixed)
Wrong placement of part of toolbar
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?
Attachments (2)
Change History (7)
Changed 14 years ago by
Attachment: | krst_12.06.37.png added |
---|
Changed 14 years ago by
Attachment: | 6454.patch added |
---|
comment:1 Changed 14 years ago by
Keywords: | HasPatch added |
---|---|
Status: | new → confirmed |
Version: | 3.4.2 → 3.0 |
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 14 years ago by
Milestone: | → CKEditor 3.5.2 |
---|
comment:5 Changed 14 years ago by
Keywords: | HasPatch removed |
---|---|
Resolution: | → fixed |
Status: | confirmed → closed |
Fixed by #6144.
Definitely a bug, the tool group should wrap onto the beginning of next line.