[TIMOB-7600] MobileWeb : XHR - Internet Explorer: Clicking any of the rows prints errors to the console and doesn't open the respective row
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2012-02-28T12:34:48.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | qe-mw020912 |
| Reporter | Michael Pettiford |
| Assignee | Chris Barber |
| Created | 2012-02-09T14:10:27.000+0000 |
| Updated | 2014-01-28T23:51:20.000+0000 |
Description
Steps to reproduce:
1. Launch Kitchen Sink in IE
2. Navigate to Platform > XHR
3. Click any row
Actual result:
One of the following errors is output depending on what row one clicks:
SCRIPT5007: Unable to get value of the property 'open': object is null or undefined
SCRIPT5007: Unable to get value of the property 'addEventListener': object is null or undefined
SCRIPT438: Object doesn't support property or method 'createProgressBar'
Expected result:
One is able to open the respective row
Cannot reproduce. Based on the error message, it was most likely fixed when progress bar was implemented.