User Details
- User Since
- Oct 16 2021, 7:13 AM (68 w, 2 d)
- Availability
- Available
- LDAP User
- Bhsd
- MediaWiki User
- Unknown
Nov 3 2022
I agree with MusikAnimal that you may need to use the jQuery.textSelection module, which is also documented here: https://www.mediawiki.org/wiki/Extension:CodeMirror#JavaScript_integration
Jun 22 2022
Please try adding a white space in between.
May 30 2022
May 25 2022
Thank you for fixing this!
May 24 2022
Apr 1 2022
Mar 23 2022
Likely to be related with T108455 and its solution.
Mar 15 2022
I am only commenting on the attached screenshot. .CodeMirror-scroll overflowing is not a bug. The question is whether .CodeMirror overflows.
Mar 13 2022
Got it. Thank you for your reply!
Mar 12 2022
Based on my understanding of this extension, the real-time syntax highlighting, or CodeMirror, works very different from the backend PHP parser. Furthermore, it can be costly to "look ahead" in CodeMirror, which simply means getting information from the next few lines (reference).
Mar 11 2022
This is the same bug as T298488, which has been resolved.
Mar 10 2022
Mar 8 2022
To some extent, this performance issue is a side effect of the solution to T174480. In usual use cases of CodeMirror, the browser will only render a finite viewport instead of hundreds of lines of code.
Mar 6 2022
Feb 28 2022
Feb 24 2022
Feb 23 2022
Feb 19 2022
There is no wikiEditor loaded for readonly text areas (please refer to T41577 for more information), which means there is currently no icon button to switch on/off CodeMirror.