https://bugzilla.wikimedia.org/show_bug.cgi?id=35523
--- Comment #5 from Markus Krötzsch <[email protected]> 2012-04-23 09:14:21 UTC --- This bug might be related to the MediaWiki version that is used. SMW uses the MW sorting script. Values should be sorted by there data-sort-value attribute in HTML, i.e., it should not matter at all what is shown in the table cell as long as the sort value is correct. The sort values set by SMW seem to be correct, e.g., <td data-sort-value="1.2" class="LZ@Max">1,2 h</td> However, the sort script seems to ignore those values. The error must be sought in the Javascript: Is it just a bug that is corrected in newer MW versions? Is the sort script changed/overwritten by some extension? Did MW change the script on purpose and SMW needs to use a different way for setting the sort value? When experimenting with this, it has to be kept in mind that browsers tend to cache such scripts, so changes in configuration/software version may not be instantaneous. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
