Closed
Bug 1313263
Opened 8 years ago
Closed 7 years ago
[e10s] contextmenu keyboard shortcut not preventable on Windows
Categories
(Core :: DOM: Events, defect, P2)
Tracking
()
People
(Reporter: maurizio.napoleoni, Assigned: masayuki)
References
(Depends on 1 open bug)
Details
(Keywords: multiprocess)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36
Steps to reproduce:
* Listen for contextmenu events coming from the keyboard (shift+f10)
* Prevent the native context menu from showing up with event.preventDefault() and do something else, e.g. display a custom context menu.
Check the fiddle for a demo: https://jsfiddle.net/h8xeemj5/5/
Actual results:
The native context menu is displayed. This is a regression from Firefox 48.
This issue happens on Firefox 49 (Windows). Firefox 49 (Mac) looks fine.
Expected results:
If prevented the native context menu should not show up.
Reporter | ||
Updated•8 years ago
|
OS: Unspecified → Windows 10
Hardware: Unspecified → x86_64
Updated•8 years ago
|
status-firefox49:
--- → wontfix
status-firefox50:
--- → affected
status-firefox51:
--- → affected
status-firefox52:
--- → affected
Component: Untriaged → Keyboard: Navigation
Keywords: multiprocess
Product: Firefox → Core
Summary: contextmenu keyboard shortcut not preventable on Windows → [e10s] contextmenu keyboard shortcut not preventable on Windows
Version: 49 Branch → Trunk
Comment 1•8 years ago
|
||
The problem is reproducible on e10s, but not on non-e10s.
Status: UNCONFIRMED → NEW
Component: Keyboard: Navigation → DOM: Events
Ever confirmed: true
Flags: needinfo?(masayuki)
Comment 3•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Assignee | ||
Comment 4•7 years ago
|
||
I cannot reproduce this bug on Nightly (56) anymore.
Assignee: nobody → masayuki
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•