Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In release 1.0.0-a.39, a new feature has been introduced that "briefly shows the tab sidebar when switching tabs in compact mode." The sidebar temporarily appears when I switch tabs using
ctrl+tab
andctrl+1~9
or when I close a tab, as the browser automatically falls back to the last tab.After using this feature for a few days, I found it somewhat distracting in my personal use case. Since the floating sidebar overlaps the web content, I often have to pause my reading to wait for the sidebar to disappear.
In previous releases, I consistently kept the compact mode setting enabled to maximize the viewing area for web content. I appreciated the floating nature of the compact mode sidebar, as it didn’t shift the entire browser layout like the standard mode did. I only activated the compact mode sidebar when I needed to navigate tabs more precisely, typically using the
ctrl+1~9
shortcut, and then turned it off once I was finished.Additionally, I often switch between two or three newly opened tabs. I usually have a rough idea of the tab order, so using the
ctrl+tab
shortcut allows me to switch between them easily. While this may not be the most efficient way to browse through multiple tabs, it helps me maintain focus on my research. However, with the sidebar blocking part of the web content when I don’t need it, I find that my thought process is frequently interrupted.Additionally, this feature causes the sidebar to appear even when the user has set it to be hidden. While it is undoubtedly useful feature for tab navigation, switching tabs doesn’t always mean the user wants to see the sidebar. In this case, the browser's behavior conflicts with the user's default setting which is keep the sidebar hidden.
In conclusion, if I could enable the sidebar only when I need to check the tab order, it would offer a more seamless experience. I wouldn't mind the sidebar temporarily overlapping the web content when it serves a purpose.
Beta Was this translation helpful? Give feedback.
All reactions