-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to detect duplicated tabs on Firefox 89 #2845
Comments
On Nightly 89.0a1, |
https://hg.mozilla.org/mozilla-central/rev/018c3b3935934a697d422ba551b60894e773c202 There are some changes for the "Fission" project (multi-processes), they can trigger this problem. |
On my case 400msec delay is required for 100% successful detection. 350msec delay just successes with 80% probability. This delay is painfully large... |
1701900 - sessions.getTabValue() requires too large delay to get expected value for a duplicated tab |
@piroor do you want to add the label "bug of Firefox itself" for tracking purposes? |
Not only around duplicated tabs, this change of Firefox looks to break tree restoration on the startup. |
I've introduced a change 1f22694 to reduce the side effect I commented at #2845 (comment) |
This comment was marked as off-topic.
This comment was marked as off-topic.
@grahamperrin, what does this have to do with this issue? It is a reasonable question, but probably better discussed in "Discussions". Auto Tab Discard is likely part of it ... and the "dimmed" tab is likely a "discarded" tab (depends on TST CSS) but many addons implement that feature. The planet\globe just says that the favico isn't available or hasn't been loaded yet. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This issue has been labeled as "stale" due to no response by the reporter within 1 year (and 7 days after last commented by someone). And it will be closed automatically 14 days later if not responded. |
This issue has been closed due to no response within 14 days after labeled as "stale", 7 days after last reopened, and 7 days after last commented. |
After logging on Nightly 89.0a1 I've realized that TST cannot detect duplicated tabs anymore. The detection method still works on Firefox 87.0, so something change triggers this problem. Hmm...
The text was updated successfully, but these errors were encountered: