-
Notifications
You must be signed in to change notification settings - Fork 278
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
New tab not visually showing until moving mouse #1202
Comments
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 |
We've a report of this issue. This issue is definitely caused by https://bugzilla.mozilla.org/show_bug.cgi?id=1304922 . 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 @ b601787 which may be a good sign. |
Workaround for Windows 10 Version 1607 Build 14393.693, Firefox 52.0 32bit: |
I close this because this is too old and not match to the latest maintained version of TST. |
Short description
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.
Steps to reproduce
Expected result
New tab is shown on the tab bar.
Actual result
The new tab is missing from tab bar visually but it is actually accessible.
Workaround
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.
2. Switch to another window.
3. Press some particular keystrokes, e.g. CTRL, ALT, SHIFT, F3 (not 100% working)
Environment
The text was updated successfully, but these errors were encountered: