Page 1 of 1

9.6.2 (rc5) No context menus after script error

Posted: Thu Apr 15, 2021 10:04 am
by n.allan
Another bug that has annoyed me no end for a few versions. After a script error I can no longer right click my stack for context menu.

I am using 9.6.2 (rc5) on OSX 11.2.3 Big Sur

create a blank stack and edit the card script

Code: Select all

on doSomethingElse
   nonExistentHandler
end doSomethingElse
Right click the stack and send card message doSomethingElse. A script error will occur obviously because the handler "nonExistentHandler" does not exist.

After this error I lose the right click context menus on my stack. It has annoyed me for several versions.

I found this bug in quality and it is marked as "solved".

https://quality.livecode.com/show_bug.cgi?id=17575


I added this recipe to the comment but it was originally logged in version 8.0.0 GM1

Re: 9.6.2 (rc5) No context menus after script error

Posted: Thu Apr 15, 2021 12:36 pm
by richmond62
It might be sensible to merge your 2 recent postings as I suspect they are 2 sides of the same coin.