New preference: Disable Expand Sidebar On Hover

I suggest a new Preference in the Fibery settings, which allows to disable the automatic expand on hover when the sidebar is closed. There is already a button to show/hide the sidebar on click.

The problem with the ‘expand on hover’ is that is shows up very often unintentionally when coming close to the left side of the screen, e.g. when:

  • Editing text or hitting the first entity view tab.
  • Expanding a minified panel at the left
  • When using vertical tabs in a browser

Vertical tabs a growing trend in all browsers, which means all browser tabs appear in a left column. The user frequently crosses the closed fibery sidebar to reach that, which makes the fibery sidebar appear unintentionally. In the example below I use MS Edge browser.

3 Likes

Agreed! It gets in the way. I’d rather use a keyboard shortcut to open, rather than open on hover.

1 Like

Agreed.. This is a real problem as an Arc user

2 Likes

Looks like this has been resolved! Thank you Fibery team :folded_hands:

3 Likes

This has not been resolved, and appears to become worse. It shows up nearly every time I at ‘normal speed’ try to click a vertical tab in my browser.

I prefer to completely disable automatic expanding of the left sidebar menu.

e.g. in Settings > Preferences > Appearance

This is a workaround using css:

To completely disable the expand-on-hover:

.t1thq0y7.page_sidebar { height: 0px; }

Alternatively, keep a mall hover region at the top, optionally in color:

.t1thq0y7.page_sidebar { height: 100px; background: red; }

…but this should not be a workaround, but a setting in fibery.