User talk:AFigureOfBlue/assessortags.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
See also User:Drilnoth/assessortags.js/doc and User:Drilnoth/assessortags.js/News

For starters, there shouldn't be a comma at the end of the definition of assessortags.groupHash. FF 3 can stand those extra commas, but IE can't. Removing that at least gets me the 'wikiprojects' tab in IE. I still have errors though, and clicking the tab does nothing but trigger another error report (neither of which error reports I understand as yet). Algebraist 16:38, 25 March 2009 (UTC)[reply]

Thanks; I'm doing a major revision right now, which should get rid of the comma problem, but it might take another half hour or so to full update. I'll let you know when I'm done. Thanks! –Drilnoth (TC) 21:39, 25 March 2009 (UTC)[reply]
Okay; that's done. I made a ton of simplifications to the code, adding some more functionality at the same time (but only because the simpler code made it easier to configure). Could you take another look? Thanks. –Drilnoth (TC) 22:03, 25 March 2009 (UTC)[reply]
morebits.js uses array.indexOf. IE doesn't like that. Algebraist 23:05, 25 March 2009 (UTC)[reply]
Ah... right. morebits.js is also used by Friendly and Twinkle, and they don't work in IE, either. I guess that's just a problem with the browser, though... are you able to test with other browsers? I really can't do much about what's in the morebits script. Thanks again! –Drilnoth (TC) 23:10, 25 March 2009 (UTC)[reply]
I could test with other browsers (as you could), but I'm having too much fun playing with IE. I've worked around the indexOf thing. Next bug IE 7 reports is that it doesn't like HTMLFormElement. Algebraist 23:18, 25 March 2009 (UTC)[reply]
Actually, I only have access to two browsers right now, and it works on both. But if you can figure out how to make it work in IE and how morebits could be modified to make it work, that would be awesome! Right now IE users really just don't have access to user scripts like Twinkle and Friendly, and that would be a great help. –Drilnoth (TC) 23:26, 25 March 2009 (UTC)[reply]