Opened 17 years ago

Closed 17 years ago

#190 closed Bug (fixed)

Toolbars jums to the right as editor width changes

Reported by: anonymous Owned by:
Priority: Normal Milestone: FCKeditor 2.4.1
Component: General Version:
Keywords: SF Cc:

Description

Different toolbar items have different height. In general toolbar is 24px high, but toolbar with drop-down (format, font, size) is 23px size. because of this some toolbar items can jump to be stacked under toolbars with dropdowns (there's 1px more space for them there).

All toolbars should be fixed to have the same height.

.TB_Toolbar
{
height: 24px;
}

Style fixed the problem for me.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1587447&group_id=75348&atid=543653

Change History (3)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Reporter: changed from Frederico Caldeira Knabben to anonymous

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

It would be nice to have a screenshot showing the problem.

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.4.1
Resolution: fixed
Status: newclosed

Fixed with [214].

Click here for more info about our SVN system.

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