| Summary: | [test case] floating elements don't respect bottom margin of surrounding elements | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Yves Glodt <yg> |
| Component: | khtml renderer | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
testcase
reduced test case |
||
|
Description
Yves Glodt
2004-07-14 08:25:58 UTC
Created attachment 6673 [details]
testcase
Created attachment 6724 [details]
reduced test case
this test case shows a bit better what's going on.
CVS commit by ggarand:
- when positionning floats, use the margin tracking variables, and not the prevFlow - there might be
self-collapsing blocks in-between (#85150).
- fix Marquee initial layout.
- calcMinMaxWidth fixes (webcore/fast/{block/positioning/060.html,text/whitespace/025.html})
CCMAIL: 85150-done@bugs.kde.org, l.savernik@aon.at
M +16 -0 ChangeLog 1.275
M +25 -17 rendering/render_block.cpp 1.38
M +0 -1 rendering/render_object.cpp 1.267
M +3 -3 rendering/render_object.h 1.192
M +3 -1 xml/dom_elementimpl.cpp 1.200
Merci Germain, t'es une bĂȘte! |