|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

It seems very likely that the hotfix of JENKINS-23151 (in 1.567) would solve this issue for you. I am guessing that the authors of CodeMirror simply never considered the effect on accessibility. Internally it seems to hide the original textarea and then use _javascript_ to insert a new page area with the colored text with special behavior. In other words, it is quite different than a styled text area in, say, (Java) Swing, which follows the same data model as a plain text area but adds style annotations. In that case the question is whether CodeMirror can be used at all, for anything in Jenkins.