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
Cannot scroll horizontally by press shift + mouse wheel?
open: https://6pac.github.io/SlickGrid/examples/example-trading-esm.html
then press shift button and scroll mouse wheel.
Vanilla / Plain JS
platform: win 11 x64 chrome 131 userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
The text was updated successfully, but these errors were encountered:
fix: shift+mousewheel should scroll horizontally, fixes #1094
22e31b9
5003565
@ghiscoding only deltaY can be used on Chrome of windows version. Because deltaX should always be 0 value. I want to reopen this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Cannot scroll horizontally by press shift + mouse wheel?
Reproduction
open:
https://6pac.github.io/SlickGrid/examples/example-trading-esm.html
then press shift button and scroll mouse wheel.
Which Framework are you using?
Vanilla / Plain JS
Environment Info
platform: win 11 x64 chrome 131
userAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Validations
The text was updated successfully, but these errors were encountered: