GNOME Bugzilla – Bug 303287
disable right-click access to websites
Last modified: 2016-04-27 17:36:38 UTC
We might want to disallow web pages any access to right-clicks (onmousedown/up/click), because they abuse it to disable our context menu. We can do this by installing a capture listener and doing PreventDefault/StopPropagation if it's a right-click.
See also https://bugzilla.mozilla.org/show_bug.cgi?id=86193. Maybe that can be used / is of help?
Do you know of any website that triggers the bug?
http://www.formula1.com/ used to/may still. Also see https://launchpad.net/distros/ubuntu/+source/firefox/+bug/23632
Is the bug still relevant in epiphany 3.0 ?
Christian, ping
(In reply to comment #5) > Christian, ping Disabling context menu access to web sites would go against bug 340583. We probably need a way to selectively disable context menu access for some websites but not for others.
So based on comment #6, I'm setting this to NEW.
Will this bug be resolved or not? Therefore "Needinfo" and moved to Backend:Webkit
Currently with HTML5 videos on youtube I notice two context menus popping up at the same time.
I wouldn't use NEEDINFO to force a decision. :)
So, what's the status of this? It seems, at least on YouTube videos, first click you get YouTube's context menu, second click you get Epiphany's context menu which lets you download the video (which is good enough IMO), and subsequent clicks you get only Inspect Element (which is definitely broken)....
Closing this bug as no further information has been provided.