Open
Bug 1963540
Opened 15 days ago
Updated 15 days ago
Image context menu bug?
Categories
(Firefox :: Menus, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: 894846254, Unassigned)
Details
Attachments
(1 file)
50.54 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:139.0) Gecko/20100101 Firefox/139.0
Steps to reproduce:
Visit some website like https://armorgames.com/
Actual results:
Even if no image is selected, the menu item will be displayed in the right-click menu
This problem should only appear since version 88
https://bugzilla.mozilla.org/show_bug.cgi?id=1690030
![]() |
||
Comment 1•15 days ago
|
||
The culprit is the following the site css.
body {
...snip...
background: #222 url("/images/background-shield.svg") repeat fixed;
...snip...
}
Component: Untriaged → Menus
You need to log in
before you can comment on or make changes to this bug.
Description
•