Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

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

Open
joewalker opened this issue Nov 4, 2016 · 1 comment
Open

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

joewalker opened this issue Nov 4, 2016 · 1 comment

Comments

@joewalker
Copy link
Member

STR:
Gsuite document / spreadsheet. Right click.

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

@jsantell
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants