Closed
Bug 1145433
Opened 10 years ago
Closed 9 years ago
Tab list always opens scrolled to the top
Categories
(Firefox for iOS :: Browser, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: callahad, Assigned: sleroux)
Details
Attachments
(1 file, 1 obsolete file)
When I open the tab tray, it always shows me the very top of the list, even if my most recent tab was the last one. This is frustrating as I'm most likely working with my more recent tabs, which are placed at the bottom of the list. Thus, I have to scroll to the bottom every single time I open the tab list. iOS 8.2 / Build 5 / 5th Generation iPod Touch
Reporter | ||
Comment 1•10 years ago
|
||
Still present in build 6
Comment 3•9 years ago
|
||
Let's make sure the active tab is not cropped, but is fully visible
Assignee | ||
Comment 4•9 years ago
|
||
Since we were only calling layoutSubviews on the collectionView, the frame of which we used to scroll in did not account for the height of the navigation bar which caused the last tab to be cropped at the bottom when minimizing the tab. Now, all tabs should be centered vertically if there are enough tabs above and below and the last tab will not be cropped at the bottom.
Attachment #8615450 -
Flags: review?(sarentz)
Comment 5•9 years ago
|
||
Updated PR (looks like you accidentally linked to #561).
Attachment #8615450 -
Attachment is obsolete: true
Attachment #8615450 -
Flags: review?(sarentz)
Attachment #8615608 -
Flags: review?(sarentz)
Comment 6•9 years ago
|
||
Comment on attachment 8615608 [details] [review] PR https://github.com/mozilla/firefox-ios/pull/562 LGTM
Attachment #8615608 -
Flags: review?(sarentz) → review+
Assignee | ||
Comment 7•9 years ago
|
||
Thanks! Merged.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•