Summary: | Position of image set with CSS via bottom=0px is wrong | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Rolf Eike Beer <kde> |
Component: | khtml renderer | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | rockertux |
Priority: | NOR | ||
Version: | 3.0.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Testcase for CSS "bottom:" attribute |
Description
Rolf Eike Beer
2002-07-23 13:23:21 UTC
Created attachment 89 [details]
Testcase for CSS "bottom:" attribute
This is a testcase for this bug; Konqueror does not respect the bottom:
property properly. COmpare the result of opening this file in Konqueror to in
Mozilla.
I attached a testcase for this bug because I have had simmilar problems with the bottom: attribute of a div tag. Konq does not seem to respect bottom: unles sposition is set to fixed, it should also repect it for absolute. I can confirm that this bug exists in KDE 3.1.1 with the Debian sid packages for i386. using CVS from 20030907, the problems with the 'bottom' css keyword are still evident, however they have changed somewhat. An absolutely positioned block element with bottom:0 renders correctly in konqueror now, however if you use position:fixed it doesn't appear to be rendered at all (unless its rendered under the body or something, settign a z-index has no effect, in which case could it be related to bug 43546?) or it it a new bug which needs its own report? either way it appears the specifics of this bug report have been fixed :) Looks like fixed in 3.2.2 It's some pixel over the bottom of the page but this is not critical, just a bit ugly ;) it is still not working for me =/ bottom: 0 is rendered like: position: fixed ; bottom: 0 even if i specify: position: absolute using gentoo linux ~amd64, gcc 3.4.5, CXXFLAGS="-march=athlon64 -mtune=athlon64 -pipe -O2 -fforce-addr -funit-at-a-time -fpeel-loops -funswitch-loops -fomit-frame-pointer -ftracer -mmmx -msse -m3dnow" re: #6, what do you mean exactly? please attach a test case. |