browser.tabs.groups.enabled should disable drag-n-drop
Categories
(Firefox :: Tabbed Browser: Tab Groups, defect, P3)
Tracking
()
People
(Reporter: EpicTux123, Assigned: davidreact, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [fidefe-tabgrps])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:150.0) Gecko/20100101 Firefox/150.0
Steps to reproduce:
Firefox v150 added an option to disable "Drag tabs together to create tab groups". However, that option is still shown even with "browser.tabs.groups.enabled = false" in about:config. It should probably not be the case.
Comment 1•28 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Tabbed Browser' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•28 days ago
|
||
Good point, thanks! There is a way to make the drag-specific setting depend on the tab groups pref. This is already being used to manage things like the settings for smart tab groups, which also depends on tab groups being enabled. https://searchfox.org/firefox-main/rev/c34ebfaedf1a009f0bd13f1700e9b795a1b520c7/browser/components/preferences/main.js#1757-1791
Updated•28 days ago
|
| Assignee | ||
Comment 3•7 days ago
|
||
Hi, would it be possible to get assigned to this bug? Been out of software development for a few years, but trying to get back into it.
Comment 4•7 days ago
|
||
Sure. It's yours! Let me know if you have any questions.
| Assignee | ||
Comment 5•6 days ago
|
||
Thank you! I'll definitely ask if I'm having trouble.
Description
•