Bug report
Regression
Pager incorrectly displays DDL when responsive is disabled with the latest service pack 2023.2.829
Reproduction of the problem
Dojo https://dojo.telerik.com/EJUBiHaW
Expected/desired behavior
When responsiveness is disabled Pager shall look as its older design - https://www.figma.com/file/gWUIux95BHxemqWwOw9ZwB/Default-Theme---Internal-Usage?type=design&node-id=4708%3A103019&mode=design&t=udeyWyYFUsbBpUl7-1
Environment
Kendo UI version: [2023.2.829]
Browser: [all]
The pager feature is a nice addition, but it could be enhanced with the following additional options which would help if there are a lot of pages to scroll through:
The Pager keyboard navigation now includes the keys ENTER and ESC that allow to "enter" a detailed pager navigation as explained in https://docs.telerik.com/kendo-ui/controls/data-management/pager/accessibility/keyboard-navigation.
However, the key events bubble up the DOM. In our case, this causes unwanted effects like closing popups etc. (we close popups on ESC).
Shouldn't the propagation be prevented for keyboard events that are handled by the pager itself?
I've created a small DOJO which demostrates this behavior: Note how the keydown event of the outer container is always fired, even if ESC was pressed to navigate inside the pager.
The Pager keyboard navigation now includes the keys ENTER and ESC that allow to "enter" a detailed pager navigation as explained in https://docs.telerik.com/kendo-ui/controls/data-management/pager/accessibility/keyboard-navigation.
This behavior can also be reproduced using this DOJO: https://dojo.telerik.com/ulIJEJik.
This bug only appears if you start navigating backwards (i.e. if you start before the pager, move over it and then go backwards, everything is fine)..