Can't open context menu on certain pages
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
People
(Reporter: erwinm, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Visited
http://www.fortiffsere.fr/index_fichiers/Page385.htm
Tried to select text for a translation app.
Actual results:
Can't select text, can't open right-click menu, can't inspect, etc. Same behavior in troubleshoot mode.
Expected results:
Should at least be able to open right-click context menu.
Comment 1•5 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Widget: Cocoa' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
There are add-ons to work around this, but they can cause incredible cpu demands, so a better fix would help.
Comment 3•4 years ago
|
||
This is intentional behavior by the website developer. See the <body> tag:
<body style="margin:0" onmouseover="window.status='..message perso .. '; return true;" ondragstart="return false" oncontextmenu="return false" onselectstart="return false" vlink="white" link="white" bgcolor="#B2B2B2">
Description
•