sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

Slider thumb does not focus at center when drag is started outside it #1151

Open ogrammer opened 3 years ago

ogrammer commented 3 years ago

When you start dragging the thumb by pressing the thumb it continues to focus to that position of the cursor, which is good and expected.

But when you start focusing outside the thumb, somewhere else on the track. It focuses too far to the left of the thumb, which is unexpected. The center of the thumb should be where the cursor click position is.

sshahine commented 3 years ago

Hello, can you provide a SSCCE demonstrating the issue? or a simple gif?