Stefan Stefanov

Results 48 issues of 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

bug
pkg:grid

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); ```

bug
pkg:grid

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: ![image](https://user-images.githubusercontent.com/11087921/160100650-d4c54f08-44bc-44ad-b23e-f25b40e13aa1.png)

bug
pkg:scheduler

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...

enhancement
pkg:upload

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...

enhancement
accessibility

- 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...

bug
accessibility

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.

bug
pkg:grid
accessibility

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...

bug
pkg:dropdowns
accessibility

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...

bug
pkg:dropdowns
accessibility

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...

bug
pkg:dateinputs
research
accessibility