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

Sliders resizing issue

Open mbechev opened this issue 3 years ago • 1 comments

Describe the bug Since v8.0.0 of the Inputs package, Slider and RangeSlider components are not resized correctly.

The issue appears when the width of the component depends on the parent width. It looks like the sliders are correctly increasing their width when necessary, but experiencing issues when the width should be decreased.

To Reproduce The animation fakes resizing. https://stackblitz.com/edit/angular-kvqwfj-ecmtrb

Using @progress/kendo-angular-inputs 7.5.2 with @progress/kendo-theme-default 4.43.0 seems to work as expected: https://stackblitz.com/edit/angular-kvqwfj-y7ufc8

mbechev avatar Feb 21 '22 11:02 mbechev

also reported in private support thread 1554628 here is another example demonstrating the issue

svetq avatar Feb 21 '22 15:02 svetq

What is the status of this issue? it still happens with 13.5.0

psergei avatar Sep 26 '23 12:09 psergei

So it is in development now. Cool :-)

montella1507 avatar Oct 31 '23 08:10 montella1507

Fixed in v. 14.1.0.

dtopalov avatar Nov 08 '23 14:11 dtopalov

Still doesn't work as expected. In my case the slider is getting its data async and it resizes incorrectly. Then when I move the thumb - slider resizes to fit the placeholder. Odd.

psergei avatar Nov 08 '23 18:11 psergei

Here is screen recording https://github.com/telerik/kendo-angular/assets/4379545/952adb53-e7f8-43f7-9d3b-dca178d5478d

psergei avatar Nov 08 '23 18:11 psergei

Hi @psergei ,

Based on the screen recording, it looks like the misalignment is not Slider specific and affects other components part of the page layout as well.

Please use our support system if you need any further assistance with specific configuration or setup.

slavenai avatar Nov 09 '23 07:11 slavenai

Hi @psergei ,

Based on the screen recording, it looks like the misalignment is not Slider specific and affects other components part of the page layout as well.

Hi there, I don't think so - in recording you clearly can see that misalignment happens at a time when sliders receives the data. Here is the proof https://stackblitz.com/edit/angular-yaauxy?file=src%2Fapp%2Fapp.component.ts.

I filed a new ticket https://www.telerik.com/account/support-center/view-ticket/1630568

psergei avatar Nov 09 '23 13:11 psergei

Ok, confirmed - it works as expected.

psergei avatar Nov 15 '23 20:11 psergei