udevbe / greenfield

HTML5 Wayland compositor :seedling:
GNU Affero General Public License v3.0
913 stars 28 forks source link

browser vs app context menu #58

Closed jschueller closed 3 years ago

jschueller commented 3 years ago

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

Zubnix commented 3 years ago

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)

jschueller commented 3 years ago

It works great! thanks!