Summary: | [testcase] absolute positioned img inside relative div height miscalculation with test case | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Michael Kreitzer <mrgrim> |
Component: | khtml renderer | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michael Kreitzer
2008-04-04 18:03:06 UTC
SVN commit 796959 by ggarand: .Fix solving of percentage height for positioned elements, in light of the nota bene in CSS 2.1-10.5. .Satisfyingly, the same code path can also be used to solve percentage intrinsic height (10.6.2) - (#160371) .Fix some errors in the implicit height code, that wasn't converting to content height. BUG:160371 M +14 -5 render_box.cpp M +1 -1 render_box.h WebSVN link: http://websvn.kde.org/?view=rev&revision=796959 |