Bug 11975
| Summary: | Text clicks seem ignored in this SVG | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | Keywords: | NeedsReduction |
| Priority: | P2 | ||
| Version: | 420+ | ||
| Hardware: | Mac | ||
| OS: | OS X 10.4 | ||
| URL: | http://svg-whiz.com/svg/PathLength.svg | ||
| Bug Depends on: | 12033 | ||
| Bug Blocks: | |||
Eric Seidel (no email)
Text clicks seem ignored in this SVG
http://svg-whiz.com/svg/PathLength.svg
Compare our behavior to firefox
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
It's interesting that the "onclick" handlers in firefox trigger a cursor change. I bet that's a firefox bug.
Rob Buis
(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.
Eric Seidel (no email)
*** This bug has been marked as a duplicate of 12033 ***