[Thumbnail Series] issues with scrolling list
See original GitHub issueBug Report
Issue 1: Mouse wheel not scrolling thumbnail list on Series panel
If user isn’t placing the mouse cursor on a thumbnail, the mouse wheel won’t scroll the thumbnail list.
Expected Result:
- Mouse wheel should scroll the thumbnail list when mouse cursor is placed anywhere inside the Series panel, not only on the thumbnail.
Issue 2: Arrows UP and DOWN scrolls thumbnails after drag-n-drop
If user drags a new thumbnail into the viewport and tries to navigate between the study frames with Arrow Up and Down, the thumbnail list will also scroll.
Steps to reproduce:
- Open Patient Study
MISTER^MR
- Press hotkeys
ARROW UP
andARROW DOWN
- Verify that you will navigate in the study frames
- Drag-and-drop the second thumbnail into the viewport
- Press hotkeys
ARROW UP
andARROW DOWN
- Verify that you will navigate in the study frames
- Verify that Thumbnails list will be scrolled
Expected Result:
- Thumbnails list should not be scrolled by hotkeys
ARROW UP
andARROW DOWN
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to prevent image selection while Gallery is scrolling?
I'm using ImageSwitche for showing big image and Gallery for showing thumbnails. The problem is that when user scrolls gallery it changes ...
Read more >RetroArch - Fix missing thumbnails and boxart! - YouTube
This is a video guide explaining how to fix missing thumbnails or boxart within the RetroArch application and what to do when the...
Read more >Thumbnails Scroll Bar will not scroll to the bottom to show last ...
There is no way to view the thumbnail because it is at the bottom of the list, and your scroll bar has reached...
Read more >Show or hide slide thumbnails - Microsoft Support
When the slide thumbnails on the left are hidden or in a narrowed position, do the following to show or widen them: ......
Read more >jQuery thumbnail scroller – malihu | web design
Give your element (in the example above #my-thumbs-list) a width and/or ... Scrolling each image/thumbnail at a time by clicking buttons.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If there is…
Then… I would expect the browser’s own shortcut/hotkey to not fire (preventDefault)
These should be tested at: https://viewer-dev.ohif.org or on latest/
master
Thanks @dannyrb, That’s also my understanding. On
master
both issues were not reproducible. I’ll move forward and close this ticket.