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

--- Comment #6 from Bartosz DziewoƄski <[email protected]> ---
function testSpliceBroken() {
    var n = 256;
    var a = [];
    a[n] = 'a';

    a.splice( n+1, 0, 'b' );

    return a[n] != 'a';
};

This yields 'true' on Opera.

That's probably the bizarrest browser bug I've ever seen, and it seems to be
the root cause of this.

-- 
You are receiving this mail because:
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