When you are not using tinymce or no editor then any tour that accesses the editor area produces unexpected results.
Creating seperate issue for each bug report so that they dont get lost inside a bigger report (again)
As can be seen above an error is shown in the console and the editor area will not accept any input. There is no indication to the user taking the tour why this is the only step on the tour that is disabled.
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
a11y
|
Labels |
Removed:
a11y
|
Labels |
Added:
bug
|
Some of it is addressed by PR #40044.
For CodeMirror, it is tricky, we cannot make it work as of now because CodeMirror itself is not accessible.
We can make CodeMirror available to mouse events, but by doing so, we penalize users who need to tab through.
I would suggest we fix CodeMirror first (one cannot tab out of the codeMirror editor as of now).
@obuisard what do you mean that CodeMinor is not accessible? Its very much IS accessible.......
@obuisard what do you mean that CodeMinor is not accessible? Its very much IS accessible.......
You can't tab out of it.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-01 18:05:36 |
Closed_By | ⇒ | brianteeman |
@brianteeman can confirm this, although wording could be better.