mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Right click menu appears even when content handles the event #1525

Open joewalker opened 7 years ago

joewalker commented 7 years ago

STR: Gsuite document / spreadsheet. Right click.

Expected: Single content based menu Actual: Both the content based menu and a browser context menu.

jsantell commented 7 years ago

The event received from the contextmenu event is identical in google docs as it is with 'correct' contextmenu behaviour.

Creating a test page with document.addEventListener('contextmenu', e => { ... }), preventing the default or stopping propagation doesn't affect whether or not the webview receives the event.