I am using tinymce-react latest version i.e. 3.8.4.. It's toolbar is not keyboard accessible. I cannot access any of toolbar buttons (Undo,Redo,Bold,Underline,italic etc) using Tab or Alt+F9. How can I make it accessible?
1 Answers
0
votes
I agree with Graham Ritchie - your question is pretty vague around what you are after and could use more details. That being said, the TinyMCE docs do have a page dedicated to all the keyboard shortcuts available and how you can navigate around the editor via the keyboard:
https://www.tiny.cloud/docs/advanced/keyboard-shortcuts/#accessibilitykeyboardshortcuts
Note: I work for the company and owns TinyMCE and we are used by some very large corporations that require the editor is accessible to users via the keyboard so I am confident we are fundamentally accessible with regard to keyboard navigation/operation.
(https://jsfiddle.net/cyrossignol/e5c3wbbr/)
, when I press Tab it takes me to the stackoverflow hyperlink at the bottom (skips tinymce toolbar).Also Alt+F9, Alt+F10 doesn't work. How can I focus toolbar with undo,redo and other formatting icons – aimen