FLUID-5340: ProgressiveCheckerForComponent test for progressive enhancement fails in IE8

Metadata

Source
FLUID-5340
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Justin Obara
Created
2014-04-29T12:43:27.161-0400
Updated
2014-05-01T11:50:52.854-0400
Versions
N/A
Fixed Versions
  1. 1.5
Component
  1. Framework
  2. Progressive Enhancement

Description

The progressiveCheckerForComponent test fails in IE 8 because it uses the indexOf method on an array which is not supported in IE8. This should either be changed or a polyfill used to provide this functionality into IE8.

Environments

IE 8

Comments