udevbe / greenfield

HTML5 Wayland compositor :seedling:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browser vs app context menu

jschueller opened this issue · comments

another small issue that appears with apps that have a context menu (on right click) is that the browser context menu interferes as it appears on top of the app menu:
Screenshot_20210115_104015
apparently it can be disabled at the browser level (eg firefox), but maybe the html framework used here has a way of disabling the browser menu

I pushed a fix that seems to work. Can you confirm it works for you?

(The fix is situated in the compositor-demo source as the compositor-module tries to be as side effect free as possible)

It works great! thanks!