Opened 14 years ago

Closed 14 years ago

#5652 closed Bug (duplicate)

style display:none not working for div tags in IE7 in 3.2/3.2.1

Reported by: Andrew Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Paste the following code into source view:

<div style="display: none">

test should not be displayed <div>

&nbsp;</div>

</div>

You find in IE8 and FF that it works as expected: The block element does not get displayed.

However, in IE7 The Div element always get rendered. This is not normal behaviour. If however you click the preview button in the toolbar, in the popup window the style kicks in as expected in IE7.

Could someone find out what is interfering with the normal behaviour of this CSS style in IE7 and how I can fix it.

Change History (1)

comment:1 Changed 14 years ago by Alfonso Martínez de Lizarrondo

Priority: HighNormal
Resolution: duplicate
Status: newclosed

dup of #2848

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