Completed
Last Updated: 16 Apr 2024 08:12 by ADMIN
Created by: Graeme
Comments: 0
Category: DateInput
Type: Bug Report
1

I have noticed some weird behaviour when using the SwiftKey keyboard on Android.

To recreate:

- Install SwiftKey keyboard and enable
- browse to https://demos.telerik.com/kendo-ui/dateinput/index in chrome for android 
- Select year component of date input control
- type 1 - year shows as 0001 - correct
- type 9 - year shows as 0019 - correct
- type 7 - year shows as 0009 - incorrect
- type 5 - year shows as 0019 - incorrect

All the other keyboard i have tried work as expected, i appreciate that this is a non standard keyboard on Android however it is a widely used one and works as expected when typing 1975 into any other app / control on the device.

Unplanned
Last Updated: 10 Jan 2022 15:53 by ADMIN
Created by: Hemayet
Comments: 0
Category: DateInput
Type: Bug Report
0

The DatePicker widget does not focus the input element when the calendar icon is clicked. Because of that, validation errors are persisted even when the value of the input has been filled out correctly. The input needs to be manually focused and then unfocused to get rid of the validation message.

This behavior can be observed on the following demo page:

https://demos.telerik.com/kendo-ui/validator/custom-validation 

The demo should be viewed in mobile mode.

Completed
Last Updated: 26 Feb 2024 08:27 by ADMIN
Release 2024 Q2
Created by: Rick Kauwen
Comments: 0
Category: DateInput
Type: Bug Report
0

Bug report

When the dateinput is created using data-role attribute and the unbind method is used to unbind the component an error is thrown.

Reproduction of the problem

  1. Opеn the Dojo - https://dojo.telerik.com/@NeliKondova/iCoGOkAx
  2. Click the 'Refresh' button.

Current behavior

An error Uncaught TypeError: Cannot read properties of undefined (reading 'kendoBindingTarget') is thrown in the console

Expected/desired behavior

No error should be thrown when destroying dateInput component.

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [all ]