The "Expand sidebar on hover" option is not kept after the vertical tabs are disabled and enabled again
Categories
(Firefox :: Sidebar, defect, P3)
Tracking
()
People
(Reporter: obotisan, Assigned: dr.seed.lu, Mentored)
References
Details
(Whiteboard: [fidefe-sidebar][outreachy-sidebar-2026])
Attachments
(1 file)
Found in
- Nightly 140.0a1
Affected versions
- Firefox 139.0
- Nightly 140.0a1
Tested platforms
- Affected platforms: Windows 11, macOS 13
Steps to reproduce
- Go to about:preferences#general
- Enable "Vertical tabs" from Browser Layout
- Right-click on the tabs > Customize Sidebar
- Select "Expand sidebar on hover".
- Enable "Horizontal tabs" and then "Vertical tabs" again.
Expected result
- The "Expand sidebar on hover" option is still enabled.
Actual result
- The "Expand sidebar on hover" option is NOT enabled.
Regression range
- Not sure if this is a regression. If there is one I will find it asap.
Note
- The same thing happens if the size of the Sidebar is changed.
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 1•1 year ago
|
||
This is not a regression. I can reproduce this issue on the first build that the Bug 1953155 - Enable expand on hover option and remove expand on hover coming soon message, was implemented.
Updated•1 year ago
|
Updated•1 year ago
|
Hello kcochrane: nikkis: sfoster:
Please can I work on this bug?
Comment 3•4 months ago
|
||
Hi DrSeed, absolutely! This one may be more challenging so be sure to reach out if you need guidance. We likely will need a way to store the previous expand on hover selected state.
When vertical tabs are disabled, the sidebar visibility setting
(such as'expand-on-hover') was being discarded and unconditionally
replaced with'always-show' when vertical tabs were re-enabled.
Save the current visibility setting before overwriting it
with'hide-sidebar' when vertical tabs are disabled, and restore it
whenvertical tabs are re-enabled. Add a test to verify the behaviour.
Updated•4 months ago
|
Comment 6•4 months ago
|
||
| bugherder | ||
Updated•4 months ago
|
Updated•3 months ago
|
Description
•