muckSponge / MaterialFox

A Material Design-inspired userChrome.css theme for Firefox
MIT License
1.92k stars 147 forks source link

Some Context Menu Items on Video Elements Have Pointer-Events Disabled #309

Closed Nerixyz closed 2 years ago

Nerixyz commented 3 years ago

Sanity checks (must complete)

Describe the bug A clear and concise description of what the bug is.

(Context-) menu items that have the disabled attribute set will have pointer-events: none even when the value is false.

To Reproduce Steps to reproduce the behavior:

  1. Right click on a video element.
  2. Hover over/click on Save Video As.../Take Snapshot....
  3. Nothing happens

Screenshots Add screenshots to help explain your problem.

Item without disabled attribute ![Item without `disabled` attribute](https://i.imgur.com/CV6H7Oi.png)
Item with disabled attribute (set to false) ![Item with disabled attribute (set to false)](https://i.imgur.com/MgLj45D.png)

System info