Recap: This bug can be reproduced when the app calls `loadUri` while the tab is not active. Fenix's tab tray used to completely hide the current tab which caused it to be hidden and therefore not visible. After the priority hint work, this should happen very rarely (but maybe it still happens for new tabs? that's something we should check).
Bug 1657698 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Recap: This bug can be reproduced when the app calls `loadUri` while the tab is not active. Fenix's tab tray used to completely hide the current tab which caused it to be hidden and therefore not active. After the priority hint work, this should happen very rarely (but maybe it still happens for new tabs? that's something we should check).
Recap: This bug can be reproduced when the app calls `loadUri` while the tab is not active. Fenix's tab tray used to completely hide the current tab which caused it to be hidden and therefore not active. Currently this shouldn't happen, but we should double check that, especially for new tabs.