[Webkit-unassigned] [Bug 45164] REGRESSION: <a><img align=top></a> Clickable area too large

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 14 12:40:05 PDT 2011


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





--- Comment #8 from Dave Hyatt <hyatt at apple.com>  2011-03-14 12:40:05 PST ---
The actual bug here is in:

adjustMaxAscentAndDescent

which also needs the notion of setMaxAscent and setMaxDescent (which was added to computeLogicalBoxHeights recently).  If those aren't set, then adjustMaxAscentAndDescent needs to make sure both end up set instead of only adjusting one of the two values.

-- 
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