Popup shows active tab for latest opened window, instead of the active one.
notjuliee opened this issue · comments
Unable to reproduce with FF58.
Sorry, it appears to be an issue with Firefox, chrome.tabs.query({ active: true, currentWindow: true });
doesn't seem to respect focus.
Although for some reason, uBlock Origin doesn't seem to be affected, even though it seems to use the same API?
I will try again with FF59 once it becomes available on my OS.
Happens to me too but the new sites must be opened from the favorites bar to the current tab.
Open to new tabs or shift-clicks or typing the url etc does not reproduce the effect.
(Google Chrome Version 65.0.3325.162 (Official Build) (64-bit) on windows 10)
Cannot reproduce on Chrome 67/69 and neither on Firefox Nightly.
Still happens for me and now the versions are different.
That's not the same issue as described by the submitter.
For example if i visit kernel.org after facebook.com i will see the facebook too as seen in the pic
On second thought, this only happens if you visit facebook.com
first because the client intermittenty exchanges data by firing XHRs
to facebook.com
and uMatrix doesn't clean the slate if you browse to a different website right when a simultanoues data exchange is occuring, hence uMatrix purposely keeps it there.