Bug 19700
Summary: | Missing MouseOut event in case of DOM manipulations | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Raess <cocoa> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | rwlbuis |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://www.carto.net/papers/svg/samples/scale_symbols.svg |
Simon Raess
This example shows how to scale objects on mouse-over. Move mouse cursor over a symbol, it should then be scaled. If the mouse moves out of a symbol, it should be scaled back to normal size. However, in the current Nightly Build (and also in Safari 3.1) the MouseOut Event is never sent and the symbols stay scaled.
The page works without any problems in Firefox 3. So, the SVG and the script seem to be ok.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Rob Buis
This works fine nowadays, closing.
Simon Raess
great! thanks a lot!!