https://bugzilla.wikimedia.org/show_bug.cgi?id=42097

--- Comment #4 from Bartosz DziewoƄski <[email protected]> 2012-11-14 
20:10:22 UTC ---
Same happens on my Opera 12.10 on the linked page on fi.wiki.

By stepping through the code with the debugger, I was able to pinpoint the hang
to the following place (currently being lines 610 and 611 in git master):

// initially build the cache for the tbody cells (to be able to sort initially)
cache = buildCache( table );

The buildCache() function contains a pretty straightforward for loop, so it
might be something bigger.

The gerrit change https://gerrit.wikimedia.org/r/#/c/32593/ might help
alleviate the issue: at the very least it defers the buildCache() call to after
the user attempts to sort the table (and not on the page load), and just might
magically fix the issue (but I didn't test it).

-- 
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

Reply via email to