-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #1309: fix adding/removing event handlers in IE8 #1363
Conversation
Well, cleanup before merging.. that wasn't very handy of me :) |
That's interesting, which elements? addEventListener specifically shouldn't exist at all in IE8, are you finding that it does in some cases? We probably should be checking the element either way, but I'd like to understand what's happening here a little better. Also, sorry about contrib flow. Working on an update there. |
I'm not too sure about the specifics, as it was a colleague that found the issue, but I'm pretty sure it's due to a buggy shim or polyfill interacting negatively here. |
Ok cool, thanks. lgtm |
Thanks! |
Any idea when this fix can make it into a release? |
Given that it has been merged, it should make it to the next release. Hopefully, this release lands really soon and most likely with plenty of time for you to test. |
Sounds good, thanks 👍 |
Just an FYI (I'm sure there will be a more formal announcement), but we're going to start trying to follow a deploy schedule. I think the plan right now is to deploy every Tuesday (if there's something to deploy), so this should go out tomorrow. |
Small fix for IE8 compatibility regarding event handlers.
P.S. I tried using the contrib flow, but it doesn't appear to finish the flow properly (after providing username, password, title and description, it just returns undefined. It might be because I have some 'funny' characters in my password, but I'm not sure).