RESOLVED FIXED 41934
REGRESSION: SVG Font selection problems
https://bugs.webkit.org/show_bug.cgi?id=41934
Summary REGRESSION: SVG Font selection problems
Dirk Schulze
Reported 2010-07-08 23:22:31 PDT
It's not possible to select single chars on the text in the exmaple above. Double click just selects Gradient, it's not possible to select another word beside selecting the complete text with tripple click. (Selecting of char's never worked correctly, but was possible in earlier versions)
Attachments
Nikolas Zimmermann
Comment 1 2010-07-09 08:57:07 PDT
Known bug, this can't work at the moment, since we've switched to use offsetForPosition() in the SVG Text code, which is not implemented for SVGFonts. See SVGFont.cpp, TODO in the last function.
Emil Schutte
Comment 2 2011-01-28 18:48:11 PST
This should be fixed by the patch I submitted today for https://bugs.webkit.org/show_bug.cgi?id=36840 .
Nikolas Zimmermann
Comment 3 2011-06-20 01:29:35 PDT
Fixed in r89233.
Note You need to log in before you can comment on or make changes to this bug.