kirubaharan12345 / blueprintcss

Automatically exported from code.google.com/p/blueprintcss
0 stars 0 forks source link

IE6 Duplicate Content Bug #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Html comments entered between columns anywhere on the page triggers the 
duplicate content 
bug in IE6, which results in characters from the final floated div being 
repeated below it. 

Revision 350, current as of Jan 10th 08. 

Please provide any additional information below.

Documented fixes are to replace all html comments with ie conditional comments 
(set to ignore ie)
and decrease the size of the final div on the page (or increase its parent by 
3px)

* html .column.final { margin-right: -3px; }

Original issue reported on code.google.com by subsor...@gmail.com on 10 Jan 2008 at 10:42

GoogleCodeExporter commented 8 years ago
What a weird bug. :)

I don't think we should have an extra class for this bug, because, as you say, 
one could just replace the comment 
with a conditional comment, or remove the comment altogether.

Original comment by ola...@gmail.com on 13 Jan 2008 at 6:03

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It also happens with sever side includes as well so a bit of css code my be 
necessary
from time to time 

Original comment by carlos.a...@gmail.com on 15 May 2008 at 9:15

GoogleCodeExporter commented 8 years ago
Original report copied to
http://blueprintcss.lighthouseapp.com/projects/15318-blueprint-css/tickets/1-ie6
-duplicate-content-bug

Original comment by horst.gu...@gmail.com on 12 Aug 2008 at 7:24