Bug 41934
Summary: | REGRESSION: SVG Font selection problems | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | SVG | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
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
This should be fixed by the patch I submitted today for https://bugs.webkit.org/show_bug.cgi?id=36840 .
Nikolas Zimmermann
Fixed in r89233.