-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MatSlider: text selection cursor shows while sliding #14613
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
nigel5
changed the title
MatSlider: cursor should be "dragging"
MatSlider: text selection cursor shows while sliding
Dec 23, 2018
crisbeto
added
has pr
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
labels
Aug 4, 2019
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Aug 4, 2019
…und while dragging Currently we only change the cursor in the slider if the user's pointer is over the thumb or thumb label. This doesn't work very well while dragging, because the elements aren't very large and the pointer could move off of it temporarily while dragging. These changes make it so the cursor for the entire slider is changed while dragging. Furthermore, on Safari the cursor goes into text selection mode while dragging. These changes address this issue as well. Fixes angular#14613.
andrewseguin
pushed a commit
that referenced
this issue
Aug 21, 2019
…und while dragging Currently we only change the cursor in the slider if the user's pointer is over the thumb or thumb label. This doesn't work very well while dragging, because the elements aren't very large and the pointer could move off of it temporarily while dragging. These changes make it so the cursor for the entire slider is changed while dragging. Furthermore, on Safari the cursor goes into text selection mode while dragging. These changes address this issue as well. Fixes #14613.
andrewseguin
pushed a commit
that referenced
this issue
Aug 26, 2019
…und while dragging Currently we only change the cursor in the slider if the user's pointer is over the thumb or thumb label. This doesn't work very well while dragging, because the elements aren't very large and the pointer could move off of it temporarily while dragging. These changes make it so the cursor for the entire slider is changed while dragging. Furthermore, on Safari the cursor goes into text selection mode while dragging. These changes address this issue as well. Fixes #14613. (cherry picked from commit 7039b25)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
What is the expected behavior?
When sliding the mat-slider, the cursor state should be "dragging"
What is the current behavior?
The cursor state is "text"
What are the steps to reproduce?
Visit the slider example and drag the slider left/right.
Observe text cursor instead of dragging cursor.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material 7.20 (the version on the example website)
macOS 10.14.2 Mojave
Safari 12.0.2
Is there anything else we should know?
No
The text was updated successfully, but these errors were encountered: