Bug 11975 - Text clicks seem ignored in this SVG
Summary: Text clicks seem ignored in this SVG
Status: RESOLVED DUPLICATE of bug 12033
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://svg-whiz.com/svg/PathLength.svg
Keywords: NeedsReduction
Depends on: 12033
Blocks:
  Show dependency treegraph
 
Reported: 2006-12-25 23:38 PST by Eric Seidel (no email)
Modified: 2006-12-31 12:00 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-12-25 23:38:13 PST
Text clicks seem ignored in this SVG

http://svg-whiz.com/svg/PathLength.svg

Compare our behavior to firefox
Comment 1 Eric Seidel (no email) 2006-12-25 23:38:50 PST
It's interesting that the "onclick" handlers in firefox trigger a cursor change.  I bet that's a firefox bug.
Comment 2 Rob Buis 2006-12-27 08:20:13 PST
(In reply to comment #1)
> It's interesting that the "onclick" handlers in firefox trigger a cursor
> change.  I bet that's a firefox bug.
> 

I investigated, the problem is not text hitting, that works fine.
The problem is lack of SVGPathElement::getTotalLength support.
Cheers,

Rob.
Comment 3 Eric Seidel (no email) 2006-12-31 12:00:57 PST

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