Closed
Bug 576986
Opened 14 years ago
Closed 14 years ago
pointer-events on foreignObject with ClipPath
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: Jeremie, Assigned: longsonr)
References
Details
Attachments
(2 files)
2.20 KB,
image/svg+xml
|
Details | |
2.88 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; Windows NT 5.1; en-US; rv:2.0b2pre) Gecko/20100704 Minefield/4.0b2pre
Build Identifier: Mozilla/5.0 (Windows; Windows NT 5.1; en-US; rv:2.0b2pre) Gecko/20100704 Minefield/4.0b2pre
When you apply a ClipPath to a foreignObject Element, the element is well clipped but the pointer events is captured over the clipped areas. As I know, the SVG specification said that it should not.
(See http://www.w3.org/TR/SVG/interact.html#PointerEventsProperty)
Reproducible: Always
Steps to Reproduce:
1. Open the joined test case
2. click on the white part of the red squares
Actual Results:
A script alert is shown
Expected Results:
No script alert should be visible
Reporter | ||
Comment 1•14 years ago
|
||
Red square show the issue, Green square show how it works well with regular SVG elements.
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → longsonr
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #456098 -
Flags: review?(roc)
Assignee | ||
Updated•14 years ago
|
OS: Windows XP → All
Hardware: x86 → All
Attachment #456098 -
Flags: review?(roc) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Assignee | ||
Comment 4•14 years ago
|
||
Thanks for the testcase Jeremie. Very helpful.
You need to log in
before you can comment on or make changes to this bug.
Description
•