[X] I have checked the existing/closed issues to ensure this issue has not already been reported.
[X] I am using the latest supported version of the browser.
[X] I have tried disabling all browser extensions/add-ons to rule out interference from these.
[X] I have tried clearing the browser cache and cookies.
[X] I have checked with a new profile and the issue still occurs.
[X] I have provided detailed step-by-step instructions on how to reproduce the issue.
[X] I have included relevant screenshots or console outputs.
[X] I have checked that this problem is not occurring in the latest version of Firefox ESR.
[X] This issue is specific to this browser and does not occur in other browsers.
Bug Summary
I had been meaning to implement proper mouse gestures and noticed that they work fine in the first(main) window but not in the second or third and so on window.
Things like TabMixPlus seem to work properly it seems.
But anything else only works in the first window but not any other.
Install mousegestures from here or here, I use the second one and version 127 from it.
Use "Clear startup cache…" in about:support
Open a second window with Ctrl+N for example
Try to use gesture in second window
Expected Behavior
User every gesture fully in all windows.
Actual Behavior
Only the first window has gestures working and any nth window can't use it.
Screenshots
-
Browser Version
11.19.1
Operating System
Win 10, Win 11
Additional Context
I have no idea how to even begin debugging it as I'm not a dev in any way. There seems to be no console output of any kind.
Things like extensions (Gesturify) work but they insert js into websites so the gestures are limited to those and when they are loaded, which is why I'd like the userchromeJS solution to work and as well as other scripts I might potentialy add later.
Pre-Submission Checklist
Bug Summary
I had been meaning to implement proper mouse gestures and noticed that they work fine in the first(main) window but not in the second or third and so on window.
Things like TabMixPlus seem to work properly it seems. But anything else only works in the first window but not any other.
Reproduction Steps
Expected Behavior
User every gesture fully in all windows.
Actual Behavior
Only the first window has gestures working and any nth window can't use it.
Screenshots
-
Browser Version
11.19.1
Operating System
Win 10, Win 11
Additional Context
I have no idea how to even begin debugging it as I'm not a dev in any way. There seems to be no console output of any kind. Things like extensions (Gesturify) work but they insert js into websites so the gestures are limited to those and when they are loaded, which is why I'd like the userchromeJS solution to work and as well as other scripts I might potentialy add later.
I opened the same issue {here}(https://github.com/xiaoxiaoflood/firefox-scripts/issues/319)