9.6.2 (rc5) No context menus after script error

If you find an issue in LiveCode but are having difficulty pinning down a reliable recipe or want to sanity-check your findings with others, this is the place.

Please have one thread per issue, and try to summarize the issue concisely in the thread title so others can find related issues here.

Moderator: Klaus

Post Reply
n.allan
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 153
Joined: Mon Mar 12, 2007 12:06 pm

9.6.2 (rc5) No context menus after script error

Post by n.allan » Thu Apr 15, 2021 10:04 am

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

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10078
Joined: Fri Feb 19, 2010 10:17 am

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

Post by richmond62 » Thu Apr 15, 2021 12:36 pm

It might be sensible to merge your 2 recent postings as I suspect they are 2 sides of the same coin.

Post Reply