[Webkit-unassigned] [Bug 54929] REGRESSION: Text selection broken for text with line-height applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 15:07:07 PDT 2011


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





--- Comment #17 from Dave Hyatt <hyatt at apple.com>  2011-04-29 15:07:07 PST ---
It's not a bug that logicalTop can be negative.  It's a bit confusing to me why you would have to special case text though.  Other boxes can have negative logicalTop values also.  If you need a point that is inside selectionTop and selectionBottom maybe just clamp to it with max/min rather than special casing with isText?

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