Issue Type: Bug Bug
Affects Versions: 4.2.2.Final
Assignee: Unassigned
Components: component-tables
Created: 18/Jun/12 7:48 AM
Description:

If you go to http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=extendedDataTable&sample=exTableSelection&skin=blueSky in IE9 and click down on 1 row and release on another a JS error occurs in :

richfaces.ui.ExtendedDataTable.selectRows: function(range) {
if (typeof range == "number") { range = [range, range]; }
var changed;
var i = 0;
for (; i < range[0]; i++) {
if (this.ranges.contains) { this.deselectRow(i); changed = true; }
}

At the for loop while trying to access range[0].

The IE JS Console Log is

SCRIPT5007: Unable to get value of the property '0': object is null or undefined
packed.js, line 10109 character 24

Environment: Windows 7, IE9
Project: RichFaces
Labels: richfaces
Priority: Major Major
Reporter: Tristan Dyer
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira