Unplanned
Last Updated: 19 Apr 2021 14:24 by ADMIN
Chris
Created on: 19 Apr 2021 14:18
Category: Slider
Type: Bug Report
1
The labels of last RadSlider item are not centered on tick

When SmallChange="1" and LargeChange="1" properties are equal, the Labels of the last RadSlider item are not centered on tick.

Code to reproduce:

        <telerik:RadSlider RenderMode="Lightweight" runat="server" ID="RadSlider1"
            Orientation="Horizontal" MinimumValue="0" MaximumValue="30"
            Width="370px" Height="70px" ItemType="tick"
            SmallChange="1" LargeChange="1">
        </telerik:RadSlider>

1 comment
ADMIN
Vessy
Posted on: 19 Apr 2021 14:24

Hi Chris,

Thank you for bringing this issue to our attention!

You can use the following style as a temporary workaround for it:

        div.RadSlider .rslHorizontal .rslItemsWrapper li:last-child span {
            left: auto;
            right: unset;
        }

Regards,
Vessy
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.