Content deleted Content added
→Something is wrong with the sortable tables: Clarifying issue |
→Something is wrong with some of the sortable tables: added JavaScript Console error information |
||
Line 442:
On the current version of the page, some of the sortable tables only sort the first time (as ascending) on the column you choose. After that, clicking to sort on that column or any other column does not work. I checked this in two browsers and compared to other Wiki pages. This issue exists on this page alone (out of the ones I checked). Having reviewed the code, I cannot immediately see why this is happening with my limited wiki-coding knowledge. However, I was hoping someone else with greater knowledge might see this and figure out why this is happening.
Example is the C/C++ table. Might it be due to number of items????
UPDATE: I opened my JavaScript Console in my browser. On the C/C++ table alone, the following error is produced on the second click to re-sort the table:
{|
|-
| colspan="2" width="500pt" valign="top" | <span style="color:red">Uncaught TypeError: Cannot call method 'format' of undefined</span> || load.php?debug=false&lang=en&modules=jquery.tablesorter&skin=vector&…
version=20130817T022511Z&*:3
|-
| || valign="top" | <span style="color:red">buildCache</span> || load.php?debug=false&lang=en&modules=jquery.tablesorter&skin=vector&…
version=20130817T022511Z&*:3
|-
| || valign="top" | <span style="color:red">$headers.filter.on.mousedown.onselectstart</span> || load.php?debug=false&lang=en&modules=jquery.tablesorter&skin=vector&…
version=20130817T022511Z&*:12
|-
| || valign="top" | <span style="color:red">jQuery.event.dispatch</span> || load.php?debug=false&lang=en&modules=jquery%2Cmediawiki%2CSpinner%7C…
jquery.l%7Cmw.MwEmbedSupport&only=scripts&skin=vector&version=20130817T022511Z:45
|-
| || valign="top" | <span style="color:red">elemData.handle.eventHandle</span> || load.php?debug=false&lang=en&modules=jquery%2Cmediawiki%2CSpinner%7C…
jquery.l%7Cmw.MwEmbedSupport&only=scripts&skin=vector&version=20130817T022511Z:38
|}
|