[Flashcoders] Safari bug? Click doesn't register until mousemove

2006-05-08 Thread Danny Kodicek
I've done a quick google and haven't seen this, but it's hard to know where exactly to look as all the words involved are so common. Anyone seen a bug where a mousedown isn't registered until the mouse is moved? This is only happening in Safari - tested in Firefox, IE/Mac and IE/Win with no

Re: [Flashcoders] Safari bug? Click doesn't register until mousemove

2006-05-08 Thread Helen Triolo
Sounds a bit like the problem you can get when mixing regular movieclips with v2 components -- focusManager won't give movieclips focus if they're clicked twice in succession, so their onRelease won't trigger the second time unless the mouse is moved between clicks -- workaround is to add

[Flashcoders] Safari bug? Click doesn't register until mousemove

2006-05-08 Thread David Cohn
Sounds similar to something I may have reported (I can't remember). I've got a button that issues an XML.sendAndLoad I see the button triggered on mousedown, but I never get the response until the mouse moves. (However, this happens in authoring) I can work around this by using a