We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After a recent update of spacemacs, scrollbars started showing up where none were visible before. For example:
They are only visible for a second after trying to scroll, but while visible, windows cannot be resized.
Observed behaviour: 👀 💔 Scrollbars become visible, you can't resize windows
Expected behaviour: ❤️ 😄 I would like to make it so that the scrollbars worked the way they did before.
(rust typescript perl5 go swift csv lua nginx sql auto-completion emacs-lisp git yaml javascript html markdown major-modes python org osx python ipython-notebook django syntax-checking spell-checking colors spacemacs-layouts vimscript helm (version-control :variables version-control-diff-tool 'diff-hl) (c-c++ :variables c-c++-enable-clang-support t) (shell :variables shell-default-height 30 shell-default-position 'bottom))
The text was updated successfully, but these errors were encountered:
can you git-bisect to pin down the commit that caused this problem?
Sorry, something went wrong.
This was introduced here: [defaults] Improve scrolling with mouse wheel #14542
The PR reduced the scroll wheel speed from 5 to 2, and the variable mouse-wheel-progressive-speed was disabled.
5
2
mouse-wheel-progressive-speed
The scroll bar was added with an idle timer to be able to scroll longer distances.
It takes 45 scroll wheel turns to get from the top to the bottom of .spacemacs, with the default Spacemacs frame size.
.spacemacs
The scrollbars can be turned off in .spacemacs:
dotspacemacs-scroll-bar-while-scrolling nil
windows cannot be resized.
If you mean dragging the border between two windows that are split left and right SPC w v, then I'm able to reproduce it.
SPC w v
It seems to be a bug in upstream Emacs, because it also happens without Spacemacs (just emacs -q).
emacs -q
There's no mouse over drag handle on the border between the windows, when the scrollbar is visible and the frame is split left and right C-x 3.
C-x 3
Yup, that seems to be it. Thanks!
No branches or pull requests
Description
After a recent update of spacemacs, scrollbars started showing up where none were visible before. For example:
They are only visible for a second after trying to scroll, but while visible, windows cannot be resized.
Reproduction guide 🪲
Observed behaviour: 👀 💔
Scrollbars become visible, you can't resize windows
Expected behaviour: ❤️ 😄
I would like to make it so that the scrollbars worked the way they did before.
System Info 💻
The text was updated successfully, but these errors were encountered: