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
I performed a cursory search of the issue tracker to avoid opening a duplicate issue
Your issue may already be reported
[✔ ] The issue is not present after wholly disabling uBlock Origin ("uBO") in the browser
If the issue is still present after wholly disabling uBO in the browser, then the issue is unrelated to uBO
I tried to reproduce the issue when...
[✔ ] uBO is the only extension
[✔ ] uBO with default lists/settings
[ ✔] using a new, unmodified browser profile
[✔ ] I checked the documentation to understand that the issue I report is not a normal behavior
Description
[Description of the bug or feature]
Back/Forward navigation does not work between Ublock Origin option pages.
At first I thought this was a bug in Firefox, but the mozilla developers pointed out that it was a bug on the add-on side. See https://bugzilla.mozilla.org/show_bug.cgi?id=1718776#c2
A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
Ublock Origin option pages
Note that I use self.location.replace() to change the URL in the address bar, my understanding is that this should not add an entry in the history stack, but the behavior I am seeing is that there seems to be one entry entries added -- this occurs in both Firefox and Chromium.
The fix is to not allow going back and forth, so the issue was that this was possible at all. The reason to not allow going back and forth through browser history is that uBO must check whether there are pending changes in the current pane, and if so the user is warned about this, and must choose whether to keep or loose the changes.
Prerequisites
Description
[Description of the bug or feature]
Back/Forward navigation does not work between Ublock Origin option pages.
At first I thought this was a bug in Firefox, but the mozilla developers pointed out that it was a bug on the add-on side. See https://bugzilla.mozilla.org/show_bug.cgi?id=1718776#c2
A specific URL where the issue occurs
[A specific URL is MANDATORY for issue happening on a web page, even if it happens "everywhere"]
Ublock Origin option pages
Steps to Reproduce
Expected behavior:
[What you expected to happen]
Back/Forward navigation should always be working.
And Addressbar and dashboard should be synced.
Actual behavior:
[What actually happened]
Back/Forward navigation is not working some times.
And Addressbar and dashboard do not match.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1718776#c2
Your environment
The text was updated successfully, but these errors were encountered: