mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5823] [bug]: broken mouse scrolling within collections tab #2281
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @radekcols on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5823
Is there an existing issue for this?
Platform
Desktop App
Browser
Chrome
Operating System
Windows
Bug Description
you can't scroll (use the mouse wheel) in the collection tab of the destop app anymore.
i believe it worked before.
it's really a nuisance when you have many collections. pls help :)
Deployment Type
Hoppscotch Cloud
Version
2026.1
@jamesgeorge007 commented on GitHub (Feb 3, 2026):
Thanks for reporting. Closing, since this is related to #5815 and will be addressed in the upcoming patch release.
@radekcols commented on GitHub (Feb 3, 2026):
hey @jamesgeorge007 , i saw this bug report, but i wasn't sure it's the same, as this one is about the chrome version and i am using windows desktop version..
@jamesgeorge007 commented on GitHub (Feb 3, 2026):
Hi @radekcols,
Great question! The Windows desktop app runs on WebView2, which uses the same Chromium engine as Chrome. So even though you're using the desktop app, the rendering engine is still Chromium-based.
The scroll regression introduced in Chrome v144, related to changes in the overlay scrollbar, affects all Chromium environments, including WebView2. Hence, the fix for #5815 will also resolve your issue.
@radekcols commented on GitHub (Feb 3, 2026):
hi @jamesgeorge007 , thank you for the answer.
btw, https://hoppscotch.com/download?platform=windows - there is no info about what version i am going to download. neither the file itself doesn't bear the version info in its name.
can you pls add it somewhere so i know there is a new version available?
or shall i create new bug/fr?
thanks :)
@jamesgeorge007 commented on GitHub (Feb 4, 2026):
The download link points to the latest release tag, so it always fetches the most recent version.
Once installed, you don't need to re-download manually. The app has built-in auto-update and will prompt you when a new version is available.