Rearrange tabs in Open Tabs page (stretch goal)
Categories
(Firefox :: Firefox View, enhancement)
Tracking
()
People
(Reporter: sclements, Unassigned)
References
Details
(Whiteboard: [fidefe-firefox-view] [lang=js])
Attachments
(1 file, 1 obsolete file)
|
161.62 KB,
image/png
|
Details |
Implement drag 'n' drop capability per window to reorder tabs. That new order should be reflected in that windows tabstrip.
There's existing functionality in https://searchfox.org/mozilla-central/source/browser/base/content/tabbrowser-tabs.js#28 and also in the tabs overflow menu: https://searchfox.org/mozilla-central/source/browser/modules/TabsList.jsm#75-84. Perhaps we can create some sort of dragndrop module that can be used by both the overflow tabs panel and FirefoxView.
Updated•2 years ago
|
Comment 1•1 year ago
•
|
||
Hi,
This is the updated spec that covers the following:
• Drag to reorder tabs in a window
• Drag a tab from one window to another
• Drag and reorder windows
• Multi-select tabs
| Reporter | ||
Updated•1 year ago
|
Updated•11 months ago
|
Comment 4•11 months ago
|
||
This is a screenshot of the Figma spec - as of December 2024. This is a non-trivial feature to implement, but technically reasonably straightforward. If you are interested in working on this, do reach out to the team here or on matrix via the firefox desktop channel on matrix. The code lives in and around: https://searchfox.org/mozilla-central/source/browser/components/firefoxview/opentabs-tab-list.mjs
Comment 5•11 months ago
|
||
The drag/drop code for the browser's tab strip which already does what we want to do in firefoxview can be found in/around on_drop.
Description
•