Version: 4.0 (using KDE 3.1.4) Installed from: SuSE Compiler: gcc version 3.3.1 (SuSE Linux) OS: Linux (i686) release 2.4.21-215-smp4G Compare appearance of URL given below in Mozilla and Konqueror: http://positioniseverything.net/guests/3colcomplex.html Note how third column (pink) #rightbox fails to line up under green #navmenu in Konqueror. Instead #rightbox bleeds about half-way up into the "header" division. To my bleary eyes it almost looks like the top of #rightbox reflects a positional calculation like: the heighth of the header MINUS the height of the #navmenu. If so, perhaps this is an easy math fix? As an ironic sideline, this page is cited as an example of a 3 column CSS design that works flawlessly in all commonly used modern (CSS-handling) browsers: http://positioniseverything.net/ I do see other issues with CSS positioning are listed as resolved. If the fixed version of Konqueror (which I probably don't have) doesn't reflect this problem, please disregard and accept my apologies. I don't really know enough to be sure this visible bug matches the resolved bugs.
Confirmed at KDE 3.2.2. The right column has no top coordinate attribute, the browser should automatically position it below the header, not behind it.
Created an attachment (id=7095) [details] Testcase I created some sort of simple testcase.
KDE 3.3 RC2 is also affected by the way.
Both Firefox and Epiphany, using your example page, put the Right Box under the Center Box, on the right hand side. Konqueror puts the Right Box on the right, under header. Interesting difference, don't you think? Steve On Fri, 2004-08-13 at 08:32, Dik Takken wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=83748 > > > > > ------- Additional Comments From d.h.j.takken phys uu nl 2004-08-13 15:32 ------- > Created an attachment (id=7095) [details] > --> (http://bugs.kde.org/attachment.cgi?id=7095&action=view) > Testcase > > I created some sort of simple testcase.
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
Commit...and who said guys have problems committing? On Tue, 2004-10-19 at 13:04, Germain Garand wrote: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=83748 > germain ebooksfrance com changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|NEW |RESOLVED > Resolution| |FIXED > > > > ------- Additional Comments From germain ebooksfrance com 2004-10-19 20:04 ------- > 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.