Bug 12917
Summary: | mouseout event does not occur after scaling use instance | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andreas Neumann <a.neumann> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, zimmermann |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.carto.net/neumann/webkitsvgbugs/scale_use_instance_mouseout_problem.svg |
Andreas Neumann
in the given example if one mouses over the arrow (use instance) only the mouseover event is triggered but not the mouseout event. Opera and Mozilla render this example correctly.
Thank you for having a look at this problem.
Andreas
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Bug fixed in my hdd. The use shadow tree was always regenerated, even if you just altered the transform attribute -> before the mouseout event was send, the tree was already regenerated so the actual dispatch didn't take any effect. This was a tricky bug, glad you found it!
Nikolas Zimmermann
*** This bug has been marked as a duplicate of 12936 ***