[Koha-bugs] [Bug 10607] JavaScript indexOf function not supported by IE 7 and 8

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 11 02:05:42 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10607

--- Comment #8 from David Cook <dcook at prosentient.com.au> ---
(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.


More information about the Koha-bugs mailing list