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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to