-
Notifications
You must be signed in to change notification settings - Fork 281
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
TST tab closing when MAC replaces container. #3099
Comments
After some investigation, finally I've realized that this happens due to a bug or restriction of Firefox itself.
|
I've filed this problem at bugzilla.mozilla.org: 1762249 - tabs.create() fails when it is called with "openerTabId" for a discarded tab |
Awesome, glad you found the cause of the bug and even assigned on bugzilla. Another note: if too many of these events occur TST tab tree breaks, unable to scroll or select tabs. Sometimes entire browser would hang or freeze requiring force restart. |
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. |
bug still remains unfixed |
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. |
bug still exists |
I have to update the patch https://phabricator.services.mozilla.com/D142644 for latest mozilla-central... |
Short description
Child tab is created with TST, but would disappear/close when MAC changes container, but only if parent tab is in discarded state.
Steps to reproduce
Structure:
A (discarded)
- B
- C (will disappear)
Expected result
Tab-C reopens in "personal" container keeping position in tree. Remains as a sibling of tab-B and child of Tab-A. This is the behavior in previous versions.
Actual result
Tab-C switches to new container by MAC since google.com is remember to always open in "personal", but get closed out. This only occurs if parent Tab-A is in discarded state.
Environment
The text was updated successfully, but these errors were encountered: