[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:50:50 PDT 2011


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





--- Comment #9 from Dave Hyatt <hyatt at apple.com>  2011-03-14 12:50:49 PST ---
This is actually even more complicated.

If there is room, you probably want all of the inlines to fit within the space provided by the image.  The correct layout would be that adjustMaxAscentAndDescent sets maxAscent to the maxAscent of all the boxes that didn't really affect the line layout instead of just giving all the space to maxDescent.

The same goes for vertical-align:bottom and max descent.

So I guess in addition to tracking whether or not maxAscent and maxDescent have been set, you also have to track the maxAscent and maxDescent including the additional boxes.  Yay for two more member variables.

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