Fixed #1970 by returning true instead of false when the mouse moves over a sub-elemen...
authorDavid Serduke <davidserduke@gmail.com>
Tue, 27 Nov 2007 19:20:36 +0000 (19:20 +0000)
committerDavid Serduke <davidserduke@gmail.com>
Tue, 27 Nov 2007 19:20:36 +0000 (19:20 +0000)
commitb26da08821ef07860b489ea2450f672ea155ca88
tree1b58d5fbb25c2e4e605b4298ea9934f7ae0e28b8
parent1a2fdafd386a8f7be8b633634a684969921f8b8f
Fixed #1970 by returning true instead of false when the mouse moves over a sub-element.  The side effect is the event will not stop default behavior and will propagate which it didn't used to.  I could find no compelling reason to stop those things from happening.
src/event.js