User "Brion VIBBER" posted a comment on MediaWiki.r90612.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90612#c18580
Commit summary:

Fix tablesorting bug that caused weird interferences between two tables; Make 
regex more strict to avoid mismatches. All QUnit tests pass now

Comment:

Several of us poked at this in IRC for a while; I managed to track it down to 
the collation table building. diebuche says this was a side effect of reading 
it through mw.config, which left it misdetecting the null (looking for typeof 
== 'object') and thus accidentally building the regex even when empty... which 
failed on IE 6/7/8 but not on other browsers.

Fixed in r90630.


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

Reply via email to