https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10607
--- Comment #8 from David Cook <[email protected]> --- (In reply to Owen Leonard from comment #7) > That is, I don't think we should be spending time trying to support IE7 and > 8 anymore. I agree that there's no point in actively trying to support IE7 and IE8, although as someone who has to support IE7 and IE8 sometimes, I find it nice when people test and QA my code. What I mean to say is... in general we shouldn't claim to support IE7 or IE8 or make concerted efforts to do so... but I don't see why we can't fix individual issues as they arise if someone is willing to code a fix. Personally, I haven't encountered this particular issue, so I have no interest in fixing it if I don't have to, but I don't know if we need to label it as a WONTFIX. (Relevant for anyone searching this in the future: Personally, I think it makes sense to use jQuery's "inArray", since we use a lot of jQuery and it's cross-platform. Obviously not very useful in the case of third-party libraries that we can't re-write. Alternatively, we could use a polyfill: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
