components icon indicating copy to clipboard operation
components copied to clipboard

bug(mat-date-range-picker): Focus indicator is not present for the selected date

Open sourabhsoni0711 opened this issue 3 years ago • 2 comments

Reproduction

Steps to reproduce:

  1. Open the URL https://material.angular.io/components/datepicker/examples
  2. Open date range picker in example 1
  3. Navigate to the selected date using keyboard arrow keys
  4. Observe that when focus is on selected date , user cannot understand where the current focus is.

Expected Behavior

Provide a focus indicator or drop shadow in addition to the background color change

Actual Behavior

Focus indicator is not present for the selected state of date's present inside date range picker. Hence it is difficult for the users to know where the focus is

Environment

  • Angular: 11.0.3
  • CDK/Material: 11.0.3
  • Browser(s): Chrome browser 90.0.4430.100
  • Operating System (e.g. Windows, macOS, Ubuntu): Google Chrome OS

sourabhsoni0711 avatar Jun 04 '21 10:06 sourabhsoni0711

Hello, Does enabling strong focus indicators fix this problem? -Zach

zarend avatar Sep 16 '22 17:09 zarend

Reproducible on Windows but not macOS

This is a regression from Angular v12. Both v13 and v14 have this issue now

cjlawson02 avatar Oct 10 '22 22:10 cjlawson02