Testcase: http://www.gtalbot.org/BrowserBugsSection/MSIE8Bugs/TopAutoOffsetMiscalculation.html Expected results: The yellow box and the green box should be side by side, at the same vertical position within the document. Actual results in Konqueror 4.1.1 for Windows: The green box overlaps, covers, masks the yellow box. Relevant code: #GreenBox { position: absolute; top: auto; } (...) <div><img src="../../GRAPHICS/PNG/YellowBoxTopAuto.png" alt= "Image download must be enabled for this test"> <img id="GreenBox" src= "../../GRAPHICS/PNG/GreenBoxTopAuto.png" alt= "Image download must be enabled for this test"></div> Regards, Gérard
*** Bug 172704 has been marked as a duplicate of this bug. ***
SVN commit 871068 by ggarand: fix static positioning of positioned inline replaced elements. BUG: 172487 M +0 -6 render_replaced.cpp M +0 -2 render_replaced.h WebSVN link: http://websvn.kde.org/?view=rev&revision=871068
SVN commit 873676 by ggarand: automatically merged revision 871068: fix static positioning of positioned inline replaced elements. BUG: 172487 M +0 -6 render_replaced.cpp M +0 -2 render_replaced.h WebSVN link: http://websvn.kde.org/?view=rev&revision=873676
I get expected results with Konqueror 4.1.3 for Windows. Marking as VERIFIED