Bug 14508

Summary: When finding SVG text, the box that highlites the selected text is not positioned well
Product: WebKit Reporter: Yoah Bar-David <yoah>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: zimmermann
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Sample file that creates dynamically an SVG text element none

Description Yoah Bar-David 2007-07-03 04:02:30 PDT
In the attached example, an SVG test is displayed. If you try to find text in it (ctrl+f and type "svg" in the search box), an orange box appears that shows the found text. The problem is that for SVG text, the box position is wrong. The box size is correct.
Comment 1 Yoah Bar-David 2007-07-03 04:03:40 PDT
Created attachment 15363 [details]
Sample file that creates dynamically an SVG text element
Comment 2 Alexey Proskuryakov 2007-07-06 04:44:54 PDT
Confirmed on Windows with r23677.

On Mac OS, the text simply couldn't be found (Safari 2.0.4 + r23922).
Comment 3 Nikolas Zimmermann 2007-07-14 16:30:16 PDT
With feature-branch you can actually find the text, though the orange boxes are really off.
Comment 4 Nikolas Zimmermann 2010-07-01 06:03:51 PDT
This is fixed in Safari trunk.

*** This bug has been marked as a duplicate of bug 41200 ***