On 11/23/2013 10:52 PM, Michael Heydekamp wrote:
Curious question: When you stumble across such issues, are you checking the entire source for other occurrences of the same thing (here: Array.prototype.indexOf)? Or may IE8 users still be running into similar problems in different scenarios and situations, because Array.prototype.indexOf may still be used here and there...?
Yes, I checked the entire source. This issue was only in the new code.
I know that you can't test all browsers and their different versions after each commit, but you should keep a special eye on IE8 - at least as long as RC wants to support it.
As you said, we do not test each commit on IE8, but we do tests with IE8 before every release. It's git-master, you know. But thank you for testing so we can keep it more stable.