On 2024-11-30 16:16, Paul Dupuis via use-livecode wrote:
We have a confirmed report of a customer experience a repeatable hard crash of out application on macOS Sequoia (15.1.1) when trying to invoke a right-click context menu. We implement context menus by a Frontscript that looks at mouseDown, and, if it is a mouseDown with the right modifiers for a context menu, handler it or passes mouseDown. If it handles it, it modified a button called "popup" to contain the correct context menu items based on what was clicked on and the invokes: popup btn "popup" of stack "cm"

Our app is built under LC 9.6.13. I searched the Livecode Quality Center (bugzilla) for any bugs related to Sequoia, but found nothing. It works on macOS Sonoma without any crash. We do not currently have a Sequoia system to test on.

Has anyone experienced a crash with a popup menu on Sequoia? Any insights?

Could you submit a bug report with a stack which replicates the initial contents and then modification of the popup menu and then does popup?

We can then look into it - given that we haven't had any other reports of this, I suspect it is something in the structure / modification of the popup menu which is causing a problem (I realize you can't test this is context, but it would give us some insight into making a recipe).

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Build Amazing Things

_______________________________________________
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