[Webkit-unassigned] [Bug 6796] Reproducible CSS Crasher

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Jan 25 15:08:57 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6796





------- Comment #5 from opendarwin.org at mitzpettel.com  2006-01-25 15:08 -------
The <label>, which is a float, has height 19 and overflow height 20.

The <div> grows to contain only 19 pixels, at which point it decides that it
needs a vertical scrollbar. That leaves not enough room for the <span>, which
makes it move to the next line, but then, the float's height discrepancy is no
longer an issue, the <div> no longer needs that scrollbar, the <span> can move
up again, and on and on it goes...

I think the problem is right there at the beginning, when the <div> uses the
FloatingObject's endY, which is based on height, rather than something that
takes overflow height into account.

Still no idea what to fix, let alone how.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list