community icon indicating copy to clipboard operation
community copied to clipboard

Allow control how many lines to scroll at once using the mouse wheel

Open DexerBR opened this issue 4 years ago • 4 comments
trafficstars

Currently vertical scrolling is limited to one line per scroll, and does not have an exposed option to control it. This PR allows you to scroll more than one line using a mouse wheel. The number of rows scrolled at a time will default to 3.

Maintainer merge checklist

  • [x] Title is descriptive/clear for inclusion in release notes.
  • [x] Applied a Component: xxx label.
  • [ ] Applied the api-deprecation or api-break label.
  • [ ] Applied the release-highlight label to be highlighted in release notes.
  • [ ] Added to the milestone version it was merged into.
  • [ ] Unittests are included in PR.
  • [x] Properly documented, including versionadded, versionchanged as needed.

DexerBR avatar Sep 19 '21 14:09 DexerBR

#7615 was merged :)

tshirtman avatar Sep 20 '21 22:09 tshirtman

I changed the number of lines that scroll by default to 3, as it is more convenient, but this can be discussed.

DexerBR avatar Sep 21 '21 01:09 DexerBR

@DexerBR can you take care of the failing tests?

misl6 avatar Nov 15 '21 19:11 misl6

@misl6 Tests have been fixed!

DexerBR avatar Jun 30 '22 15:06 DexerBR

Hi @misl6 ! Is there anything else that needs to be addressed before merging this one?

DexerBR avatar Nov 05 '22 12:11 DexerBR