browser.tabs.allowTabDetach still shows animation when turned to false
Categories
(Firefox :: Tabbed Browser, defect, P5)
Tracking
()
People
(Reporter: andrew.mainland, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0
Steps to reproduce:
Set browser.tabs.allowTabDetach to false. Click a tab, drag and release. The tab will not open in a new window (correct) but it still displays an animation of the tab moving off to a new window.
Actual results:
Displays an animation of the tab moving off to a new window
Expected results:
No animation of the tab moving off to a new window
Comment 1•4 years ago
|
||
The visual feedback is needed for reordering tabs.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
(In reply to Anjo from comment #0)
Actual results:
Displays an animation of the tab moving off to a new window
How does toggling nglayout.enable_drag_images
to false
change things for you?
I've had that off for years and it took me a while to realize what you might be talking about.
(On Linux, with browser.tabs.allowTabDetach=false
and nglayout.enable_drag_images=false
, the tab slides back and forth within the tab bar and the cursor just gains a little document icon (maybe 32px by 32px) that's easy to see as a "drag in progress" cursor akin to Windows's "busy in the background" pointer+hourglass cursor.
Description
•