igniteui-angular icon indicating copy to clipboard operation
igniteui-angular copied to clipboard

igx-slider no longer "slides"

Open teodosiah opened this issue 3 years ago • 6 comments

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

teodosiah avatar Jan 11 '22 12:01 teodosiah

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Mar 13 '22 00:03 github-actions[bot]

@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 avatar May 11 '22 08:05 hanastasov

@hanastasov , @kdinev the issue is reproducible when you open this demo in stackblitz, download it and then run it locally

slider

teodosiah avatar May 11 '22 11:05 teodosiah

@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 avatar May 11 '22 11:05 kdinev

@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.

teodosiah avatar May 11 '22 12:05 teodosiah

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Jul 25 '22 00:07 github-actions[bot]

There has been no recent activity and this issue has been marked inactive.

github-actions[bot] avatar Sep 24 '22 00:09 github-actions[bot]

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.

wnvko avatar Oct 06 '22 21:10 wnvko

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

Svetloslav15 avatar Oct 17 '22 12:10 Svetloslav15