-
Notifications
You must be signed in to change notification settings - Fork 478
toolbar icon gone in private browsing window #586
Comments
The problem is that the test uBO is not affected by the issue, but this is a part I revised in uBO. I do notice a delay before the icon appears in uBO, so probably if uMatrix tried more, it would eventually be able to add its icon to the toolbar. The code to add the icon in uBO is time-based -- it will give up after a set time, while the code to add the icon in uMatrix is try-based, it currently gives up after 8 tries. Solution will be to bring uBO code to uMatrix regarding toolbar icon handling. |
I could fix the icon issue, but looking closer, there are other more serious issues with both uBO and uMatrix: the content of the popup panel in a private window does not match the web site of the current selected tab. Actually, it appears the popup panel depends on the tab selected on the original, non-private one. Addendum: the issue does not occur on Nightly, FF stable, and neither Pale Moon. |
I confirm that the cause for the other issue described above is also because the
This is not happening for a private window in SeaMonkey. I wonder if this is a bug in SeaMonkey. |
Yep, looks like a SeaMonkey bug - the EDIT Cursory searching of Bugzilla doesn't turn up anything about this anomaly. |
I have a fix which is to further see if the |
We've talked to the SeaMonkey devs, and got confirmation that A) this is indeed a SeaMonkey bug (likely affecting much more than just uBlock Origin & uMatrix), and B) your chosen work-around should be stable until it's fixed. Apparently SeaMonkey is using removal of the someone will be filing on Bugzilla about this soon, I will update this comment with the link |
Environment:
SeaMonkey 2.40
uMatrix self-build from 2ef2505
new profile
STR:
Expected results: the uMatrix toolbar icon is visible in both windows
Actual results:
The uMatrix toolbar icon is in the normal window but not present in the private window, not even available under toolbar customize.
Nothing related in Error Console.
The text was updated successfully, but these errors were encountered: