WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 12936
12917
mouseout event does not occur after scaling use instance
https://bugs.webkit.org/show_bug.cgi?id=12917
Summary
mouseout event does not occur after scaling use instance
Andreas Neumann
Reported
2007-02-27 14:01:10 PST
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
Comment 1
2007-03-01 09:27:17 PST
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
Comment 2
2007-03-01 10:06:48 PST
*** This bug has been marked as a duplicate of
12936
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug