"Hashar" posted a comment on MediaWiki.r94421.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94421#c28215

Commit summary for MediaWiki.r94421:

(bug 26283) Previewing user JS/CSS pages doesn't load other user JS/CSS pages

Hashar's comment:

When loading the user CSS content you replaced $this->addInlineStyle() by  
Html::inlineStyle() 

The former pass the content through CSS::janus(), the later does not. That 
might cause troubles when previewing CSS that use left/right since the actual 
rendering will be different on RTL wikis.

Might be an issue with Html::inlineStyle() which should pass content though 
CSS::janus().

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to