Pinned tabs don't show on "open tabs" section
Categories
(Firefox :: Firefox View, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | verified |
People
(Reporter: btrotter, Assigned: kcochrane)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-firefox-view])
Attachments
(1 file, 1 obsolete file)
As a user, I'd like to see the tabs I have pinned on the Open Tabs view.
fidefe-firefox-view
Comment 1•2 years ago
|
||
This seems more like a bug than an enhancement. My expectation is that a tab list would include pinned tabs like the tab overflow menu. Seeing the pinned tabs in the open tab lists also helps to make it clear which window is which. In terms of consistency, pinned tabs are included in "Tabs from other devices" list and when closed in the "Recently closed tabs" list.
Comment 2•2 years ago
|
||
Agreed, pinned tabs should be included in the list, should probably be always sorted to the top? And should have some visual indication that they are pinned.
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Added a UX spec for Pinned tabs in Open tabs here on figma.
https://www.figma.com/file/wP9MY9KJn9xqPf140lTvTv/Fx-View-Specs-2023?type=design&node-id=6713%3A490572&mode=design&t=n4n7LSdb7XFjDfNV-1
Note: this section of the spec also includes indicators, which are not part of this bug and will follow in the future based on product priority.
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 7•2 years ago
•
|
||
Decision from UX according to [:epang]: We should only show pinned tabs as the grid view on the Open Tabs page. On the Recent Browsing page, pinned tabs should show in list form if they are one of the top 5 most recently opened tabs.
For a couple of reasons:
- Wanted to respect that the recent browsing was recent
- Users have access to the pinned tabs in their tab strip
- It would be difficult to decide which pinned tabs to show if there are different pins across different windows
but if we start seeing the need (if bugs start coming in), we'll have to do more thinking.
| Assignee | ||
Comment 8•2 years ago
|
||
After discussion with a11y team, we've decided to implement this as one fxview-tab-list component containing two sublists:
- One with
role="tablist"andname="Pinned Tabs"containing buttons withrole="tab" - The other containing unpinned tabs as rows with links and the 3-dot menu button as they exist today
Users will be able to tab to the first unpinned tab in the list and then use arrow left/right to get through the list or arrow down to the unpinned tabs list.
| Assignee | ||
Comment 10•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 12•2 years ago
|
||
Comment 13•2 years ago
|
||
Backed out for causing bc failures in browser_opentabs_firefoxview.js
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/components/firefoxview/tests/browser/browser_opentabs_firefoxview.js | Test timed out -
Updated•2 years ago
|
Comment 14•2 years ago
|
||
Comment 15•2 years ago
•
|
||
Backed out for conflicting with the backout of Bug 1877678:
Sorry if this has caused any inconvenience, will try to reland after the backout reaches the tree.
LE: this can't be relanded due to more conflicts
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Comment 16•2 years ago
|
||
Comment 17•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Comment 19•2 years ago
|
||
Verified as fixed Fx 125.0a1 and Fx 125.0b3 Win 10x64, Ubuntu 22 and macOS 14.
Updated•2 years ago
|
Description
•