[Accessibility] ability to select console text with only the keyboard #932
Labels
area/accessibility
area/selection
help wanted
type/enhancement
Features or improvements to existing features
Details
Steps to reproduce
User Experience:
Users who are dependent on keyboard navigation who cannot use a mouse will find it difficulty to Select the Console text if user can't Select the console text using keyboard.
Repro Steps:-
Actual Result:
User is not able to Select over the console text using keyboard.
Expected Result:
User should be able to Select the console text using keyboard.
Note: This same issue exist with Power Shell(https://aka.ms/PSCloudPreview)
Please refer the attchment
MAS Reference:
https://microsoft.sharepoint.com/teams/msenable/_layouts/15/WopiFrame.aspx?sourcedoc={8492c4eb-c179-40ae-8777-cd044ed725a2}
Suggested fix:-
1- Always ensure each functionality of a page is keyboard accessible.
E.g. A page with images used as links changes when the user hovers over the image with a mouse. To provide keyboard users with a similar experience, the image is also changed when a user tabs to it
2-Always try to use standard HTML form controls and link elements to provide keyboard operation and assistive technology interoperability of interactive user interface elements.
3-Use of both keyboard-specific and mouse-specific events with code that has a scripting function associated with an event.
Use mousedown with keydown
Use mouseup with keyup
Use click with keypress
Use mouseover with focus
Use mouseout with blur
e.g.
Key References for Fix:
http://www.w3.org/TR/UNDERSTANDING-WCAG20/keyboard-operation-keyboard-operable.html
The text was updated successfully, but these errors were encountered: