Bug 41934

Summary: REGRESSION: SVG Font selection problems
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: emilschutte, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
URL: http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-pservers-grad-08-b.html
Bug Depends on: 59085    
Bug Blocks:    

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.