Bug survey

J. Landman Gay jacque at hyperactivesw.com
Wed Nov 3 17:47:39 EDT 2021


On 11/3/21 4:03 PM, Mike Kerner via use-livecode wrote:
> This is the bug where (on mobile) events don't necessarily thread, so if
> you are in the middle of a handler and you try to jump out by branching to
> another card (or handler) the current one will continue to execute. I think
> it also included an issue with event timing being borked on mobile.

I may not understand correctly, but in general this is normal behavior. When you go to another 
card or handler, those messages are sent and then the original handler continues. If you don't 
want a continuation, add an "exit" command after the "go".

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list