[Webkit-unassigned] [Bug 14094] REGRESSION: Issues with scrollbars in phpbb2 based forums

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 8 09:12:16 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=14094





--- Comment #19 from Dave Hyatt <hyatt at apple.com>  2010-12-08 09:12:15 PST ---
Yeah this issue occurred to me when I was working on the rewrite recently.  We need to be using the line-height box rather than the content box for lines when considering overflow.  Now that layout overflow and visual overflow are truly separated this should be pretty easy to fix.

All you really have to do here is change the default rectangle for layout overflow from the line box's x/y/width/height to a box that includes the line height.  (Remember to account for vertical text and expand/shrink the appropriate axis).

The lineTop/lineBottom clamping would also have to change to factor in line-height.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list