question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Thumbnail Series] issues with scrolling list

See original GitHub issue

Bug 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:

  1. Mouse wheel should scroll the thumbnail list when mouse cursor is placed anywhere inside the Series panel, not only on the thumbnail.

bug-mouse-scroll-thumbnails

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:

  1. Open Patient Study MISTER^MR
  2. Press hotkeys ARROW UP and ARROW DOWN
  3. Verify that you will navigate in the study frames
  4. Drag-and-drop the second thumbnail into the viewport
  5. Press hotkeys ARROW UP and ARROW DOWN
  6. Verify that you will navigate in the study frames
  7. Verify that Thumbnails list will be scrolled

Expected Result:

  1. Thumbnails list should not be scrolled by hotkeys ARROW UP and ARROW DOWN

bug-arrow-scroll-thumbnails

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
dannyrbcommented, Mar 23, 2020

From my point of view, if the key is defined as a hotkey under user preferences, then it should not be able to scroll the thumbnail list.

If there is…

  • A registered command
  • Its bound hotkeys overlap a browser’s own shortcut/hotkey
  • The command is “in context” and “should fire” if executed

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

0reactions
mirnasilvacommented, Mar 23, 2020

Thanks @dannyrb, That’s also my understanding. On master both issues were not reproducible. I’ll move forward and close this ticket.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found