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

--- Comment #32 from SpeedyGonsales <s...@vip.hr> ---
This time 9223 calls, 20145.512ms &debug=1 gives:

load.p...163512Z (line 6824)

if ( window.getComputedStyle ) {                    6822
curCSS = function( elem, name ) {                   6823
var ret, width, minWidth, maxWidth,                 6824
computed = window.getComputedStyle( elem, null ),   6825
style = elem.style;

-------------------------------

Seems like recursion on window.getComputedStyle().

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

Reply via email to