Opened 13 years ago

Closed 13 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 Wiktor Walc)

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)

krst_12.06.37.png (11.4 KB) - added by Krzysztof Studnik 13 years ago.
6454.patch (776 bytes) - added by Garry Yao 13 years ago.

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by Krzysztof Studnik

Attachment: krst_12.06.37.png added

Changed 13 years ago by Garry Yao

Attachment: 6454.patch added

comment:1 Changed 13 years ago by Garry Yao

Keywords: HasPatch added
Status: newconfirmed
Version: 3.4.23.0

Definitely a bug, the tool group should wrap onto the beginning of next line.

comment:2 Changed 13 years ago by Wiktor Walc

Description: modified (diff)

comment:3 Changed 13 years ago by Wiktor Walc

Milestone: CKEditor 3.5.2

comment:4 Changed 13 years ago by Wiktor Walc

Similar issue: #6144

comment:5 Changed 13 years ago by Garry Yao

Keywords: HasPatch removed
Resolution: fixed
Status: confirmedclosed

Fixed by #6144.

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