Completed
Last Updated: 08 Oct 2024 10:47 by ADMIN
Release 2024 Q4 (Nov)
Günter Welzel
Created on: 19 Sep 2024 12:27
Category: NumericTextBox
Type: Bug Report
1
SelectOnFocus has no effect when the NumericTextBox is focused programmatically

Bug report

When selectOnFocus is enabled and the NumerictTextBox is focused programmatically, the value is not selected, but the cursor is set after the value.

Reproduction of the problem

  1. Open the Dojo example - https://dojo.telerik.com/@NeliK/aWipeDit.
  2. Click the button

Scenario 2:

  1. In the Dojo above, click in the NumericTextBox and focus one of the digits, blur and click the button.

Current behavior

The value in the component will not be selected.

Note: If the user clicks on the NumericTextBox initially and then clicks the button, the value will be highlighted correctly.
In Scenario 2 the previous focus state will be displayed (a single digit will be highlighted).

Expected/desired behavior

The value in the NumericTextBox should be highlighted.

Environment

  • Kendo UI version: 2024.3.806
  • Browser: [all ]
0 comments