Unplanned
Last Updated: 25 Oct 2022 13:26 by Monica

Bug report

The Grid Edit Window does not take all the space when maximized on mobile device with Android 12.

Reproduction of the problem

  1. Open this example on a mobile device that has Android 12.
  2. Scroll down to the bottom of the page.
  3. Edit the last row.

Current behavior

The Window leaves some space at the bottom of the screen.

Video:
https://user-images.githubusercontent.com/20702110/197784930-bd867230-3815-4393-a201-ae3d10d1f718.mp4

Expected/desired behavior

The Window should take all the screen space

Environment

  • Kendo UI version: 2022.3.913
  • Browser: [Chrome on Android 12 mobile device]
Unplanned
Last Updated: 02 Mar 2024 14:35 by Ming

Bug report

Icons are missing in the components when a custom script is generated with Gulp

Reproduction of the problem

  1. Follow the steps described in the link here - https://github.com/telerik/kendo-ui-core?tab=readme-ov-file#building-kendo-ui-core
  2. Create a custom script for DropDownList or Window npx gulp custom -c window,dropdownlist
  3. Try to load the script and create the components

Current behavior

The Window is missing the icons and the actions are not working. The DrpDownList works as expected, but the arrow icon is not visible

Expected/desired behavior

The components should work as expectedwhen custom scirpt is created

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [all ]
Unplanned
Last Updated: 11 Apr 2024 11:41 by Bradley

Bug report

If you attempt to close a Kendo Window from a Dialog action, an error is thrown on the console.

Regression introduced with 2024.1.319

Workaround: https://dojo.telerik.com/afUPoQuX/3

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/afUPoQuX/2
  2. Open the browser console
  3. Click the OK action

Current behavior

An error is thrown on the console

Expected/desired behavior

No errors should be thrown

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
Unplanned
Last Updated: 17 Jun 2022 11:42 by ADMIN
Created by: Tyler
Comments: 1
Category: Window
Type: Bug Report
0

Hello,

 

I think i have found a potential bug

In the dojo below please run it and notice the window opens fine, then close and reopen it a couple of times.

The animation => open: false is causing the window to reopen at a smaller/zoomed out size. 

If you move the window it snaps to the correct size

 

https://dojo.telerik.com/oDuviZak/2

 

Unplanned
Last Updated: 11 Jul 2023 10:58 by Vidya

Bug report

When there are multiple modal windows on the page and the user tries to navigate using Tab key, the focus is not trapped in the window and elements on the browser become focused.

Reproduction of the problem

  1. Open the Dojo example. https://dojo.telerik.com/@NeliKondova/iyULiwiQ
  2. Press Tab key multiple times - the focus is always inside the window.
  3. Click the openConfirmWindow button in the first modal window.
  4. Close the second modal window.
  5. Press Tab key multiple times.

Current behavior

When there is a second window on the page the focus is not trapped in the window and elements outside the window are focused.

Expected/desired behavior

The focus should be trapped in the window.

Environment

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