Hi Andrew, Andrew Plotkin <[EMAIL PROTECTED]> wrote on 07/06/2006 11:30:40 PM:
> For months, my Windows users have reported an occasional problem: the user > clicks the mouse once, but sees two click events. (This is on a simple SVG > object, like a rectangle, with an onclick="func()" attribute. The func() > function runs twice.) This should be fixed in SVN now. > This code seems to exist in order to tolerate very slight mouse movements > during a click. That's fine, but the value of that is crushed by the > possibility of duplicate events. It now suppresses the 'system' click if the timestamp matches the mouseRelease time stamp of the 'fake' click we provide. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
