Ignition 8.0.2 Vision Right Click Menu Bug

I have created a new ignition 8 vision project and have noticed the appearance of a right click menu that I have not configured and do not remember being present in 7.9.

How do I get rid of this right click menu?

java_33B0uiOAPi

Hello Daniel,

I had the same problem and found a work around. All you need to do is modify the mousePressed script in the root container of all your windows. You can put anything in the script to consume the mouse event so that it does not pass it to whatever is creating the undesired right click menu. (pass is the no-operation command in python.)

Hopefully they remove this ‘feature’ at some point because it is an annoying workaround to have to apply to every single screen.

Hi Nicholas,

Thanks for the work around, that is a nice simple fix.