Side navigation
#4968 closed enhancement (invalid)
Opened July 24, 2009 07:33PM UTC
Closed October 21, 2010 07:36PM UTC
check for missing indexOf
Reported by: | jnorell | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | javascript compatibility indexOf Galio | Cc: | |
Blocked by: | Blocking: |
Description
Not all browsers support indexOf(), please add the workaround at https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Global_Objects/Array/indexOf#Compatibility (I'm not sure where it should fit into jquery, but I've loaded that prior to loading jquery and it seems to address the abscense of indexOf() in Ant Galio browser).
Attachments (0)
Change History (3)
Changed October 19, 2009 01:59AM UTC by comment:1
component: | support → core |
---|
Changed October 21, 2010 07:26PM UTC by comment:2
Requests to extend native objects/prototypes will be denied in favor of extending jQuery with the functionality if the need is great. Can you provide a patch or test implementation?
Changed October 21, 2010 07:36PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |