You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scrollbar accepts mousemove events only when the cursor is on top of the scrollbar. This makes scrolling difficult, since you need to make sure your cursor stays within the bounds of the scrollbar area. Typically, after you've clicked on a scrollbar thumb, you should be able to move mouse anywhere on the page to scroll the scrollbar.
The text was updated successfully, but these errors were encountered:
jaukia
changed the title
Scrollbar moves only when on top of scrollbar
Scrollbar moves only when mouse on top of the scrollbar
May 12, 2015
jaukia
changed the title
Scrollbar moves only when mouse on top of the scrollbar
Scrollbar handle moves only when mouse on top of the scrollbar
May 12, 2015
Hi @jaukia! Thanks for reporting this, though I'm not sure I completely understand the issue. Are you talking about scrolling with a mouse's scroll wheel, or do you expect the chart to scroll with the mouse pointer even when no mouse buttons are pressed?
Sorry for my vague description! Below, steps to reproduce, I hope this clarifies the issues:
with a mouse, press button down on top of the slider handle
keep mouse button pressed and move the mouse right, the slider handle should move right as well
now, keep mouse button still pressed and move the mouse left but so that the cursor is not anymore on top of the slider area but on top of the gantt grid, for example
-> expected behaviour: slider handle moves even when cursor above/below slider area
-> currently happens: slider stops moving when the cursor leaves slider area (since mousemove events are not sent to the slider anymore, only to document)
Scrollbar accepts mousemove events only when the cursor is on top of the scrollbar. This makes scrolling difficult, since you need to make sure your cursor stays within the bounds of the scrollbar area. Typically, after you've clicked on a scrollbar thumb, you should be able to move mouse anywhere on the page to scroll the scrollbar.
The text was updated successfully, but these errors were encountered: