https://bugzilla.wikimedia.org/show_bug.cgi?id=48165
Ori Livneh <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |[email protected] Ever confirmed|0 |1 --- Comment #3 from Ori Livneh <[email protected]> --- (In reply to comment #1) > I'm not really sure this is possible without making changes to MediaWiki > core. > This text is sent to MediaWiki from a hook, but MediaWiki later escapes it > (SkinTemplate::makeLink - "$html = htmlspecialchars( $text );") so we can't > add HTML to the text without it being shown as plain text. You're right, but we should indeed change that. The impact of adding the mark-up with JavaScript isn't just that you don't get the enhanced UI unless you have a more modern browser: it's also the underlying reason for a FOUC (flash of unstyled content), which appears even in JS-enabled browsers. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
