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
Found weried behavior: when i am setting up "dotSize" larger than mouse cursor size, grabing it not at the center, and start moving mouse, then dot's center sharply "jumps" under the mouse cursor.
Detailed explanation with an example:
I have a horizontal (vertical has the same bug) slider. Its width is 1000px.
And I have 100px width (or height - for vertical slider) dot. Its x-position is 0px (it means that its left border has -50px x-pos).
When i am only grabbing the dot (without moving a mouse) at the 75px of 100px (by x-direction) - nothing happens.
But after starting moving a mouse, for example, for 5px (by x-direction) to the right, then the dot's center "jumps" under my mouse and i am already getting passed 30px instead of 5px.
Expected behavior: after grabbing slider's dot at any X (for horizontal) or Y (for vertical) position and moving it, dot passed the same distance as mouse cursor.
Component Version - v4.1.0-beta.2
The text was updated successfully, but these errors were encountered:
Try grabbing and moving the dot by the green line (when the dot is on the left side of the slider) and the blue line (when the dot is on the right side of the slider). You will see that the first movements of the dot is a bit abrupt and strange.
Found weried behavior: when i am setting up "dotSize" larger than mouse cursor size, grabing it not at the center, and start moving mouse, then dot's center sharply "jumps" under the mouse cursor.
Detailed explanation with an example:
Expected behavior: after grabbing slider's dot at any X (for horizontal) or Y (for vertical) position and moving it, dot passed the same distance as mouse cursor.
Component Version - v4.1.0-beta.2
The text was updated successfully, but these errors were encountered: