You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Not sure if something changed in your code recently or webdevs managed to find a way around your extension but I just encountered website that captures even right click and performs own action. Interestingly on Waterfox Classic middle-clicking causes background page to open despite non-standard action being performed while on Quantumfox only non-standard happens To Reproduce
Steps to reproduce the behavior:
on Quantumfox 74 (testing on another machine) click event registered in the extension isn't even triggered when clicking with middle or right button, in Waterfox Classic it is triggered but the one bound by website still happens
I am completely lost, tried handling also mouseup events and things like that yet I never managed to prevent their events from happening
Describe the bug
Not sure if something changed in your code recently or webdevs managed to find a way around your extension but I just encountered website that captures even right click and performs own action. Interestingly on Waterfox Classic middle-clicking causes background page to open despite non-standard action being performed while on Quantumfox only non-standard happens
To Reproduce
Steps to reproduce the behavior:
Browser (please complete the following information):
Additional context
Ctrl+click works as expected
I may try debugging this further later, will post solution if I find one
The text was updated successfully, but these errors were encountered: