Opened 17 years ago

Closed 17 years ago

#800 closed Bug (duplicate)

Wrong Toolbar Height on Multiple Instances in IE7

Reported by: duckulacoz@… Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: SF Cc:

Description

In Internet Explorer 7 the Toolbar is just one row high if you use one toolbar for multiple instances.

The bug can be easily reproduced by opening the samples _samples/html/sample10.html and _samples/html/sample11.html in IE7. (I had to open them through my local Webserver, as IE7 seems to block Javascript directly from the harddrive)


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

Change History (2)

comment:1 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to duckulacoz@…

This bug is also evident in IE 6. The following seems to fix things in IE.

Edit Line 59 of the skins css file located in /editor/skins/<skin_type>/fck_editor.css Under The css for the toolbar add "display:block;"

.TB_ToolbarSet, .TB_Expand, .TB_Collapse
{
    cursor: default;
	background-color: #f7f7f7;
	display:block; // Fix for toolbar row height in IE
}

Moved from SF. Original poster: Anonymous

comment:2 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

dup of #272

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