I am working on an browser extension and I have encounter an issue on Linux.
Unlike windows, where the context menu appears after right button release, on Linux the context menu appears after right button press.
I am trying to force the context menu to work like it would on windows.
I manage to prevent the context menu to appear after mouse press, but I don’t know how to cause the context menu to appear after mouse release.