Opened 15 years ago
Last modified 15 years ago
#6454 closed Bug
Wrong placement of part of toolbar — at Initial Version
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | UI : Toolbar | Version: | 3.0 |
Keywords: | Cc: |
Description
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 (2)
Changed 15 years ago by
Attachment: | krst_12.06.37.png added |
---|
Changed 15 years ago by
Attachment: | 6454.patch added |
---|