-
Notifications
You must be signed in to change notification settings - Fork 13
addEventListener breaks in IE8 #27
Comments
Most of our sites only support IE > 8. I'd be surprised if any recent ones work on 8. Current Zooniverse library is definitely targeted at IE > 8. |
Yeah, when Luke first told me in broke in IE8 on XP, my first thought was I think browser-dialog.js might still pass IE8 as supported, so maybe just On Tue, Jan 14, 2014 at 2:00 PM, Chris Snyder [email protected]:
|
Ouch. Not much I can do about his boss still on IE8, but I did bump the supported IE version to 9 in aa8560c |
FYI, those numbers are configurable per instance. |
Cool. In the end I showed the browser warning to browsers that throw an exception:
|
controllers/dropdown.coffee is breaking in IE8 because addEventListener is undefined. Spotted by Luke in war diaries, but also seems to affect Space Warps and Plankton.
The text was updated successfully, but these errors were encountered: