| Summary: | Unable to scroll with mouse wheel in a spreadsheet with frozen rows | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Buovjaga <ilmari.lauhakangas> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, Stefan_Lange_KA |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.6.0.0 alpha0+ | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | All | ||
| Whiteboard: | target:7.6.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108075 | ||
|
Description
Buovjaga
2023-04-06 12:51:06 UTC
FWIW, STR: 1. Open attachment 186097 [details] from comment 0. 2. [CTRL]+[END] 3. Move wheel mouse to go _down_ > the main area scrolls _up_ anyway. When scrolling down, it looks as if the main area starts scrolling down for a split second, but it never actually goes down; it keeps scrolling up on every attempt. ah, I see
tools::Long ScrollBar::DoScroll( tools::Long nNewPos )
had an unconditional
meScrollType = ScrollType::Drag;
which ScrollAdaptor::DoScroll doesn't, so it was the case that "default" didn't arise in the past so a mouse wheel was handled by ScrollType::Drag after all despite that looking like it was for Drags only
https://gerrit.libreoffice.org/c/core/+/150120
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8bec0ff56c53e80be81a9f463fd1fd21ade33151 tdf#154679 unable to scroll with mouse wheel with frozen rows It will be available in 7.6.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. That commit never made it to 7.5, so fixed in trunk is sufficient. *** Bug 154572 has been marked as a duplicate of this bug. *** |