[Bug 38704] Cloned sortable tables throw JavaScript error

2014-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38704

Michael M. listenle...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #2 from Michael M. listenle...@gmail.com ---
(In reply to Krinkle from comment #1)
 Work-around:
 * Don't clone including data and events, you're creating a new table
 essentially. So call .tablesorter() on it if you want it to be sortable.
  $('table.sortable').first().clone().appendTo( mw.util.$content ).sortable()

Now with mw.hook('wikipage.content') it is possible to do

$clone = $('table.sortable').clone();
mw.hook('wikipage.content').fire($clone);
$clone.appendTo(mw.util.$content);

This seems a reasonable approach to me, and I no longer consider it as just a
work-around, but as an actual solution. So let's just close this as WONTFIX.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38704] Cloned sortable tables throw JavaScript error

2013-07-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38704

Phillip Patriakeas dragonlordofxant...@gmail.com changed:

   What|Removed |Added

Summary|Cloned sortable tables  |Cloned sortable tables
   |throw JavaScript errror |throw JavaScript error

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l