-
Notifications
You must be signed in to change notification settings - Fork 65
Hiding colorpicker input from tab navigation #1791
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1791 +/- ##
=========================================
+ Coverage 99.98% 100% +0.01%
=========================================
Files 412 412
Lines 8610 8610
Branches 1271 1271
=========================================
+ Hits 8609 8610 +1
+ Misses 1 0 -1
Continue to review full report at Codecov.
|
@Blackbaud-MattGregg This pull request, and #1788 could be in conflict with one another. If we cannot reach the native input element with a keyboard, will a screen reader be able to read out the input's |
@Blackbaud-SteveBrush yes, that is an issue plus someone using a screenreader being able to understand this is an input field asking for color value input. They could also just type it in. It's pretty similar to our data/time pickers. |
@Blackbaud-MattGregg I believe the issue of someone not being allowed to modify the input field directly could have been a misunderstanding on my part. in #1384 the expected section says:
Which I interpreted to mean that this field was expected to not be able to take any direct input. |
…kyux2 into fix-colorpicker-input-access
Instead of being hidden the input field is going to now be readonly |
Hid colorpicker input from tab navigation so that it can't be directly modified
Resolves: #1384