igniteui-angular
igniteui-angular copied to clipboard
igx-slider no longer "slides"
Description
After implementing the same sample as the one demonstrated into the slider topic Labels Orientation and Visibility section in a local project, the slider thumb cannot e dragged. We have to click on a specific tick in order to get the slider to move.
- igniteui-angular version: 13
Result
The slider thumb cannot e dragged
Expected result
The thumb should be movable like into the provided demo
There has been no recent activity and this issue has been marked inactive.
@teodosiah IIRC the issue was reproducible only in the customer sample. Is it possible to upload it here for reference (isolated sample the better).
@hanastasov , @kdinev the issue is reproducible when you open this demo in stackblitz, download it and then run it locally
@teodosiah Seems like it's fixed in the latest dev. I copied the slider definition in one of the dev demos and ran against what we have in master
and the component works fine.
@kdinev I think it always worked there. The only scenario in which it does not is when the sample is downloaded from stackblitz and run locally.
There has been no recent activity and this issue has been marked inactive.
There has been no recent activity and this issue has been marked inactive.
Here is StackBlitz sample reproducing this issue. The first slider is in a form and the second one is the most simple possible range slider. Neither of them slides.
Tested this on: MS Edge Version 105.0.1343.53 GC Version 106.0.5249.103 Opera Version 90.0.4480.84 FF Version 105.0.2 Slider does not slide on any of these.
The component requires HammerModule to be imported in the root module in order for user interactions to work as expected. As reference: https://www.infragistics.com/products/ignite-ui-angular/angular/components/slider/slider#usage