Traceback (most recent call last):
File “aqt.editor”, line 1631, in contextMenuEvent
File “aqt.editor”, line 1471, in _opened_context_menu_on_image
AttributeError: ‘EditorWebView’ object has no attribute ‘lastContextMenuRequest’
Oh dear, I should work on my reading comprehention. It clearly says qt5 in the log…
I just installed the latest official qt5 build (Version 24.11 (87ccd24e)) and can reproduce the issue. It’s another of several other breakages caused by qt5, see:
Also, the qt5 build is unlikely to be fixed. You really should switch to the qt6 version unless you have a very good reason not to.
I vastly prefer QT5. Having QT6 means it uses openGL which can cause all kinds of weird stuff to happen, like windows re-arranging unexpectedly etc when an openGL game starts etc.