Opened 14 years ago

Last modified 13 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 14 years ago by Krzysztof Studnik

Attachment: krst_12.06.37.png added

Changed 13 years ago by Garry Yao

Attachment: 6454.patch added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy