telerik / kendo-themes

Monorepo for SASS-based Kendo UI themes
149 stars 71 forks source link

Focus syles are applied to scheduler elements in chrome #2169

Open joneff opened 3 years ago

joneff commented 3 years ago

@joneff I now see similar behavior in the Scheduler component: https://winslaveblazor.dev.progress.com/blazor-ui-production/scheduler/overview

image

Originally posted by @matanasov in https://github.com/telerik/kendo-themes/issues/1796#issuecomment-692668577

Dimitar-Goshev commented 3 years ago

@joneff In Kendo UI for jQuery currently there is no focus indicator, when the k-nav-current element (the dates in the Scheduler header) is focused. Losing current focused item indication is an accessibility issue for Kendo UI for jQuery Scheduler, which allows moving focus over the tools in the header.

  1. Go to https://demos.telerik.com/kendo-ui/scheduler/selection
  2. Focus the Scheduler
  3. Press F10 - Today is focused
  4. Press Tab 3 times - focus is moved to k-nav-current , but it does not appear focused