Version: (using KDE KDE 3.2.1) Installed from: Unlisted Binary Package Compiler: gcc 2.95 RH 7.3 (kde-redhat RPMS) OS: Linux http://www.outoforder.cc/projects/apache/ The navbar on my website renders perfect in Mozilla and Opera. And in IE after I set the Left: 0.5em; ( otherwise IE would render in the center of the screen.), but in Konqueror, the navbar renders with the correct horizontal positioning, but renders to high in the verticle, thus blocking the top menu..
Can you simplify it into a small test case?
Created an attachment (id=5612) [details] minimistic test case Bug only shows it self when the "position: absolute" is set in the div.navbar {} section. (not sure why I even had that in there). upon commenting out the position: absolute the div is positioned as expected. But other browsers display in correct place whether position is set to absolute or not. (other being opera, mozilla, IE)
Confirmed. Should use static position if not specified.
CVS commit by ggarand: Finish merge of static position calculation for positioned elements As I can't find a single regression anymore, I'd rather commit before Allan wreak havocs on the Render output :) BUGS: 78449, 83748, 88193, 65940, 68303, 73000 M +25 -0 ChangeLog 1.306 M +0 -2 css/cssstyleselector.cpp 1.319 M +20 -4 rendering/bidi.cpp 1.196 M +16 -9 rendering/render_block.cpp 1.50 M +27 -49 rendering/render_box.cpp 1.241 M +11 -1 rendering/render_object.cpp 1.271 M +3 -1 rendering/render_object.h 1.197 M +18 -3 rendering/render_style.h 1.107
You need to log in before you can comment on or make changes to this bug.