-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: core
Placeholder forĀ https://github.com/jenkinsci/jenkins/pull/4046
Currently, plugins cannot cleanly provide a custom onBlur handler for their codemirror textareas, because it is being overridden in core. This has been the case sinceĀ 4e48eaa, but it does not look like that side-effect has been intentional.
(Plugins could work around this in a hackish way, by addingĀ })//Ā at the end of their codemirror-config.)
Ā