Closed
Bug 1116912
Opened 10 years ago
Closed 10 years ago
[Tablet] Toolbar is hidden when opening a new tab with action mode open while scrolled down
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox36 verified, firefox37 verified, firefox38 verified)
VERIFIED
FIXED
Firefox 38
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
Attachments
(2 files)
141.54 KB,
image/png
|
Details | |
4.25 KB,
patch
|
wesj
:
review+
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
1) Open a new private browsing tab
2) Navigate to a page that can scroll the toolbar off-screen (I used kotaku.com)
3) Scroll down to hide the toolbar
4) Select some text
5) Add a tab via the tab strip
Expected: The toolbar is shown and a new pb tab is open
Actual: The toolbar is hidden and a new pb tab is open
If you move your finger along the screen without the toolbar enough, the toolbar will eventually re-appear.
If you don't scroll before selecting text, sometimes the pb intro screen will render incorrectly, but at the very least the toolbar is present.
Assignee | ||
Updated•10 years ago
|
Summary: [Tablet] Toolbar is hidden when opening a new tab with action mode open → [Tablet] Toolbar is hidden when opening a new tab with action mode open while scrolled down
Assignee | ||
Comment 1•10 years ago
|
||
Assuming we can do DynamicToolbar.show, this seems easy enough.
Assignee: nobody → michael.l.comella
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Disabling restoring the dynamic toolbar state after text is selected (i.e. keeping it shown by changing the highlighted line in [1] to false) fixes the issue.
[1]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/BrowserApp.java?rev=fbdcb7d48dd9#3358
Assignee | ||
Comment 3•10 years ago
|
||
Makes the behavior more consistent with no action bar displayed, e.g. clicking
a link while in action mode keeps the title bar shown now, as it does without
the action mode displayed.
Also, some clean-up. Note that there's a little jank when the action bar hides
but the toolbar does not hide from view - this is particularly noticeable when
in private mode. I think this could be fixed with an action mode exit
animation. Before I file a bug, do you agree?
Attachment #8549947 -
Flags: review?(wjohnston)
Updated•10 years ago
|
Attachment #8549947 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8549947 [details] [diff] [review]
Don't hide the dynamic toolbar when it was originally shown but a tab was selected
Approval Request Comment
[Feature/regressing bug #]:
New tablet UI (bug 1014156)
[User impact if declined]:
Users who follow the (granted, edge case) STR will hit an unpolished feature of the browser - behavior of a hidden dynamic toolbar and the action mode is not consistent with when the dynamic toolbar is shown.
[Describe test coverage new/current, TBPL]: None
[Risks and why]:
We change how a hidden dynamic toolbar reappears when the action mode is dismissed - in the worst case, this state becomes even more inconsistent than it already is, which is fairly harmless.
[String/UUID change made/needed]: None
Flags: needinfo?(michael.l.comella)
Attachment #8549947 -
Flags: approval-mozilla-beta?
Attachment #8549947 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Updated•10 years ago
|
Updated•10 years ago
|
Attachment #8549947 -
Flags: approval-mozilla-beta?
Attachment #8549947 -
Flags: approval-mozilla-beta+
Attachment #8549947 -
Flags: approval-mozilla-aurora?
Attachment #8549947 -
Flags: approval-mozilla-aurora+
Comment 8•10 years ago
|
||
Verified as fixed in Firefox for Android 38.0a1 (2015-01-18);
Device: Asus Transformer Pad TF300T (Android 4.2.1).
Comment 9•10 years ago
|
||
Comment 10•10 years ago
|
||
Verified as fixed in builds:
Firefox for Android 37.0a2 (2015-01-21);
Firefox for Android 36 Beta 2;
Device: Asus Transformer Pad TF300T (Android 4.2.1).
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•