HTML5 Native Context Menu dont work on FF 85
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: sdavidgomez, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0
Steps to reproduce:
Steps to Reproduce:
- Start Firefox with clean profile
- Go to https://mdn.mozillademos.org/es/docs/Web/HTML/Atributos_Globales/contextmenu$samples/ContextMenu_Example?revision=973347
- right Click on image
Actual results:
no HTML5 context menus appear.
Expected results:
HTML5 context menus should appear.
Comment 1•4 years ago
|
||
Hey David,
I tried reproducing this issue on the latest versions of Firefox Nightly 87.0a1 (2021-02-04), beta 86.0b6 and release 85.0 but the context menu with options to view/save/copy/email/etc. is displayed without problems for me.
Can you test the issue while in Safe Mode? You can find helpful info here : https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode .
Also a fresh new profile could help. You can find more about creating a new profile here : https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems#w_6-create-a-new-firefox-profile .
If possible, you can test this issue on the nightly build as well. Download the build from : https://www.mozilla.org/en-US/firefox/nightly/all/ .
Comment 2•4 years ago
|
||
<menuitem> was disabled in 85: bug 1680596.
Description
•