Opened 14 years ago

Closed 14 years ago

#5251 closed Bug (duplicate)

Toolbar won't Expand/Collapse Properly

Reported by: zevlag Owned by:
Priority: Normal Milestone:
Component: UI : Toolbar Version: 3.2
Keywords: Cc:

Description

http://cksource.com/forums/viewtopic.php?f=11&t=17812

I just upgraded from version 3.0.1 to 3.2.

Before, I was able to Expand and Collapse the toolbar with no problem, now, it starts collapsed as I set, but once it's expanded, It won't collapse again.

Mac Safari Version 4.0.4 (6531.21.10)

I am able to reproduce the behavior on the demo page: http://ckeditor.com/demo click "custom toolbar" and it won't collapse, though the one below it with the full toolbar will.

I have a toolbar defined as below:

   config.toolbar_OLSAdmin =
   [
      ['Bold','Italic','Underline','-','Font','FontSize','TextColor','BGColor','Styles','Format','-','Subscript','Superscript','-','NumberedList','BulletedList']
   ];}}}

And I load ckeditor like this:
{{{CKEDITOR.replace( 'description', {
        toolbar : 'OLSAdmin',
        toolbarStartupExpanded: false,
        height:"75"
    });}}}

Change History (1)

comment:1 Changed 14 years ago by Minh Nguyen

Resolution: duplicate
Status: newclosed

dup of #4932

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