Stefan Stefanov
Stefan Stefanov
Resizing a locked column causes misalignment. This can be observed on the following demo by resizing the name column to make it smaller: https://stackblitz.com/edit/react-kgjunf-zgfp6y?file=app/main.jsx
Grid columns misalignment when zooming the browser. This can be seen here: https://www.telerik.com/kendo-react-ui/components/grid/get-started/ Workaround: https://codesandbox.io/s/elated-sun-tv9zcx ```tsx import { setScrollbarWidth } from "@progress/kendo-react-common"; window.addEventListener("resize", () => setScrollbarWidth(), false); ```
Fix Scheduler grouped TimelineView alignment when we change days. Steps: https://stackblitz.com/edit/react-kuydyb-amfwhf?file=app%2Fmain.jsx 1) Go to the previous date. 2) Go back to the same date. 3) Notice the misalignment: 
Provide an option to keep the default item in Upload when listItemUI is used. This is needed as in many cases, we developer only needs to add an event listener...
This ticket is a summary list of known KendoReact Accessibility Issues. Tracked in one place for simplicity and share-ability with other Kendo teams. Feel free to create a separate ticket...
- failed purpose of a link must be described by its link text alone, or by the link text together with preceding page context - This is in the Grid...
The screen readers do not read the column name of the focused cell. When a Grid cell is focused the screen readers should read the column name.
NVDA/JAWS is not narrating the number of items in the ComboBox list. In the DropDownList or the MultiSelect when moving through the items the reader will say - Item 5...
For MultiSelectTree there are the below accessibility issues: - Ensures ARIA attributes are allowed for an element's role - WCAG 4.1.2: Ensures every ARIA input field has an accessible name...
Improve DatePicker and TimePicker accessibility. Currently, both components how errors for invalid attributes: `Error: Attribute autocorrect not allowed on element[ input](https://html.spec.whatwg.org/multipage/#the-input-element) at this point` `Error: Attribute aria-expanded not allowed on...