[Webkit-unassigned] [Bug 103150] Range.getBoundingClientRect() does not handle max-height correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 12:48:23 PST 2012


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





--- Comment #2 from Mats Palmgren <mats at mozilla.com>  2012-11-29 12:50:40 PST ---
Created an attachment (id=176797)
 --> (https://bugs.webkit.org/attachment.cgi?id=176797&action=review)
Testcase #2

Here's the same test that demonstrates that 'max-height' is handled
correctly (getClientRects()[0] has height 12).  The real bug is
that the rectangles of the text nodes are included and that affects
the final getBoundingClientRect() result.  That's bug 103658.

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