Opened 15 years ago
Closed 15 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>
</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 15 years ago by
Priority: | High → Normal |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
dup of #2848