Unplanned
Last Updated: 02 May 2024 09:36 by Bill

Bug report

When the Slider's increase and decrease buttons are focused, there's no key to change the Slider's value.

Workaround: https://dojo.telerik.com/UXoCoBuX/8

Reproduction of the problem

  1. Open the Keyboard Navigation demo - https://demos.telerik.com/kendo-ui/slider/keyboard-navigation
  2. Focus the Decrease button
  3. Try pressing space/enter key

Current behavior

The Slider's value cannot be changed through the keyboard when the buttons are focused

Expected/desired behavior

You should be able to change the value through the keyboard

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
Unplanned
Last Updated: 26 Oct 2023 08:11 by Leroy
ADMIN
Created by: Telerik Admin
Comments: 4
Category: Slider
Type: Feature Request
19
Allow to drag the selected range in the range slider.
Unplanned
Last Updated: 02 Aug 2022 18:26 by George
Created by: George
Comments: 0
Category: Slider
Type: Feature Request
1

Hi Team,

I would like to request a configuration which would set the visibility of the Kendo UI Slider's tooltip to always show. 

Thank you!

Unplanned
Last Updated: 08 Apr 2021 10:43 by Sagar

Bug report

In some cases, when large numbers are set as smallStep and/or largeStep the tick label is not visible

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/ezurIsAQ

Current behavior

The label of the third tick for the first and second Slider are not visible.

Expected/desired behavior

All tick labels in Slider should be rendered

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [all ]
Unplanned
Last Updated: 12 Mar 2020 15:52 by ADMIN
Created by: Dany
Comments: 0
Category: Slider
Type: Feature Request
1
So I have a largeStep to each day and a smallStep to each hour. That make a lot of tick in the slider, I know. But when the user does not have a big screen, the slider is not wide enough to show all the tick and no tick a all are displayed. That's why in that case I would like to show only the large tick.
Unplanned
Last Updated: 25 Feb 2020 15:40 by ADMIN
Created by: stephen
Comments: 0
Category: Slider
Type: Feature Request
3
invert the kendo slider range with boolean configuration so it easily switches between 0 - 3000 / 3000 - 0 as an example,.
Unplanned
Last Updated: 25 Feb 2020 15:16 by ADMIN
Created by: Muhammad
Comments: 2
Category: Slider
Type: Feature Request
3
User should be able to show the slider labels as per requirement e.g there should be a setting for configuring the Steps size of labels too. as now, if slider has smaller width (e.g 130px) and labels are 100 in number then lablels are not rendered. So we should set the step to show the labels e.g. If we set labelStepSize= 20 and min =1 and max=100 then Labels will be like 0 20 40 60 80 100
Unplanned
Last Updated: 25 Feb 2020 15:15 by ADMIN
Allow the slider to be 0% - 100% for example, or select from a dollar range.
Unplanned
Last Updated: 25 Feb 2020 14:58 by ADMIN
I want my slider to say Higher, high, mid, low, and lower instaed of 1.2.3.4.5
Unplanned
Last Updated: 25 Feb 2020 14:57 by ADMIN
Created by: Emanuele
Comments: 3
Category: Slider
Type: Feature Request
13
I want that slider stops only on available values... for example 1,2, 4, 8..
I want set this values passing an array to the values property.
Unplanned
Last Updated: 25 Feb 2020 14:32 by ADMIN
Created by: Danny
Comments: 3
Category: Slider
Type: Feature Request
10
Provide ability to custom format the range labels (using template AND function) so range slider can support Dates (e.g. "2/1", "3/1") as the increment labels.