Esri / calcite-design-system

A monorepo containing the packages for Esri's Calcite Design System
https://developers.arcgis.com/calcite-design-system/
Other
269 stars 75 forks source link

Slider text is occasionally selected when dragging the pin #9522

Open evan-cx opened 3 weeks ago

evan-cx commented 3 weeks ago

Check existing issues

Actual Behavior

Slider labels and ticks are highlighted when moving the pin around.

image calcite_slider_text_selected

Expected Behavior

I'm expecting that text would not get highlighted when dragging the pin around.

Reproduction Sample

https://developers.arcgis.com/calcite-design-system/components/slider/

Reproduction Steps

Use the "Slider with Label Formatter" sample.

Reproduction Version

2.8 (?)

Relevant Info

No response

Regression?

No response

Priority impact

impact - p2 - want for an upcoming milestone

Impact

Was noted during system testing as something that we want to have fixed by end of September.

Calcite package

Esri team

N/A

geospatialem commented 3 weeks ago

Potential solution is using user-select="none"

evan-cx commented 3 weeks ago

@geospatialem , that is what our team ended up doing. Thanks for confirming that approach!