Completed
Last Updated: 17 Feb 2020 15:48 by ADMIN
Release 2020.R1.SP.next

Reproduction:

  1. open https://demos.telerik.com/kendo-ui/filemanager/keyboard-navigation
  2. select an item
  3. press key "Delete"
  4. press tab, then enter to cancel
  5. result:
    1. actual behavior: focus is away from widget, document.activeElement is <body>
    2. expected behavior: focus should be back on FileManager widget
Declined
Last Updated: 20 Jan 2020 08:04 by ADMIN
Created by: Anna
Comments: 1
Category: FileManager
Type: Bug Report
0

The views.tree option is undocumented on https://docs.telerik.com/kendo-ui/api/javascript/ui/filemanager/configuration/views.tree

The example fails with error:

Error: Error! The requested URL returned 0 - error at line 114

It's also unclear whether "tree" is a 3rd view in parallel to "list" and "grid" as the drop-down on https://demos.telerik.com/kendo-ui/filemanager/api would suggest (and if that is the case, how to enable this as an option in the toolbar) or whether it relates to the treeView of folders on the side.

Completed
Last Updated: 27 Jan 2020 13:53 by ADMIN
Release 2020.R1.SP.next
Created by: Anna
Comments: 2
Category: FileManager
Type: Bug Report
0

As can be seen on the screenshot on https://www.telerik.com/support/whats-new/kendo-ui :

  • actual behavior: active view is grid, but highlighted button is list
  • expected behavior: active view and highlighted button match

1 2 3