Works for me now with extension turned on. I would also consider suppressing toolserver-related warning messages (like 'Replication broken' and other stuff), for the survey only (so people won't be bothered by these things).
On Sat, Oct 27, 2012 at 12:35 AM, Platonides <[email protected]> wrote: > On 24/10/12 18:08, Paul Selitskas wrote: >> After debugging it seems that Google Screen Capture extension causes the >> error. >> >> document.styleSheets[i].href = >> "chrome-extension://cpngackimfmofbokmjmljamhdncknpmg/style.css" >> >> I disabled the extension and it all went just fine. Both Jimbo and the >> survey. :) I think you just need to check whether >> document.styleSheets[i].rules is null in the 'for' statement, or you >> can catch the exception to silently work it. > > I confirmed the bug with that extension [1] and implemented the fix. > Rather than the for, it should have been checked in the else, I was > naive assuming that if it didn't implement cssRules it would be an old > version of IE. > > Thanks again for finding out > > 1- > https://chrome.google.com/webstore/detail/screen-capture-by-google/cpngackimfmofbokmjmljamhdncknpmg > > _______________________________________________ > Wiki Loves Monuments mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikilovesmonuments > http://www.wikilovesmonuments.org -- З павагай, Павел Селіцкас/Pavel Selitskas Wizardist @ Wikimedia projects [email protected], +375257408304 Skype: p.selitskas _______________________________________________ Wiki Loves Monuments mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikilovesmonuments http://www.wikilovesmonuments.org
