Here is my issue. I have lots of buttons coming and going, being created and being deleted. I also have three buttons that stay around all the time. Regardless of whether its buttons that are created and deleted or the three buttons that are always present the same problem crops up, which means I know its in my code somewhere.
The problem is this. The first click works beautifully. If the mouse does not move AT ALL, the next click fails to fire the event. If the mouse moves just a hair, then the click event will fire just fine.
Also if I wait about a full two seconds, for the second push, it fires fine. But if I press once, wait a small bit and click again (sooner than two seconds), nothing.
So, any clues as to what to check?
- Wraith
