New tab is not shown immediately on tab bar after opening.
This is a new issue since Nightly 2016-10-06 build. Mozregression points to Bug 1307100 - Floating toolbar does not hide when the selection highlight is scrolled out of viewport.
New tab is shown on the tab bar.
The new tab is missing from tab bar visually but it is actually accessible.
There are many ways to let the new tab appear:
1a. If mouse is in content window, move mouse onto tab bar or URL bar.
1b. If mouse is already on tab bar, move mouse out of tab bar, or onto tab bar 1 tab above at where the new tab is supposed to be.
The bug https://bugzilla.mozilla.org/show_bug.cgi?id=1307100 seems not the cause of this problem because it changes only a Java source file for Android.
I've realized that the "opacity" is unexpectedly "0" on such invisible tab. Expected computed value is "1".
The commit 23843af seems to fix this problem on my environment.
Fixed for me too. Thanks a lot
Upon further testing, the commit does not fix the condition when restoring a few closed tabs in a row.
Steps to reproduce:
Actual result:
The first restored tab may display correctly but not for other restored tabs.
We've a report of this issue.
https://bugzilla.mozilla.org/show_bug.cgi?id=1309837
This issue is definitely caused by https://bugzilla.mozilla.org/show_bug.cgi?id=1304922 .
@piroor can you please clarify this issue is a problem inside Gecko or inside this extension? I mean I'd like to know the code before the commit 23843af had been working accidentally or not.
Thanks,
Getting the bug on Firefox 52.0 on Ubuntu, TST version 0.18.2016111701, Plain theme, clean profile.
Did not experience the bug on Firefox 51 with same TST version and theme.
Cannot reproduce the bug on Firefox 53.0a2 with TST git @ b60178764f4544e0de4d34ae39bc81534954c5a3 which may be a good sign.
Workaround for Windows 10 Version 1607 Build 14393.693, Firefox 52.0 32bit:
set 'browser.tabs.animate' to false in about:config
I close this because this is too old and not match to the latest maintained version of TST.
Most helpful comment
Workaround for Windows 10 Version 1607 Build 14393.693, Firefox 52.0 32bit:
set 'browser.tabs.animate' to false in about:config