[Webkit-unassigned] [Bug 70185] svg text selection doesn't work on whitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 09:14:29 PDT 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |krit at webkit.org,
                   |                            |pdr at google.com,
                   |                            |schenney at chromium.org




--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2012-10-18 09:15:23 PST ---
This appears to be a bug in SVG's hit testing code.

(In reply to comment #1)
> The reason why this issue causes is that spaces between text is not on the text element, but on the its parent element (svg in this case?).

In HTML land, we "collapse" or "fold" points around line boxes (e.g. in padding, etc...) into line boxes to avoid this problem.

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