It is odd that it has got better for you, while it reliably replicates for me. To repeat there are two handlers as below. Problem reliably replicates by quitting IDE, then re-starting IDE with the script by double clicking on the test script.
As before Test Handlers are:
Button Test
Code: Select all
on mouseUp
ask "Got it"
end mouseUp
Code: Select all
on openStack
answer "Answer me" with "Yes" or "No"
send "mouseUp" to button "Test" of card id 1002
ask "mouseUp sent to button Test"
end openStack
Code: Select all
on preopenstack
send "choose browse tool" to me in 1 tick
end preopenstack
Well, I know nothing about the construction of the IDE, but it is still an oddity (and perhaps a little worrying in a calm sort of way!)
It is even odder that you are getting first intermittent display of the problem and then it has self-'fixed' while mine is reliably not working. That suggests the platform might have something to do with it. And also it does reinforce your view that timing has SOMETHING to do with it. My machine is the latest and greatest MacBook Pro (retina) with 1 TB of solid state memory and with the fastest processor, so whatever it does it does FAST (by Mac standards). Not sure what platform you are using. But it might be relevant to timing.
Well thats all I can add - more or less a review of the situation as I understand it. It remains a puzzle I think.
Warm good wishes.
So far 2014 seems quite nice

Jim