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; }
Comment #1
Posted on Jan 13, 2008 by Happy HorseWhat 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.
Comment #2
Posted on Apr 11, 2008 by Helpful BirdComment deleted
Comment #3
Posted on May 15, 2008 by Quick BirdIt also happens with sever side includes as well so a bit of css code my be necessary from time to time
Comment #4
Posted on Aug 12, 2008 by Quick GiraffeOriginal report copied to http://blueprintcss.lighthouseapp.com/projects/15318-blueprint-css/tickets/1-ie6-duplicate-content-bug
Status: New
Labels:
Type-Defect
Priority-Medium