Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02, 4.0
-
Fix Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13214 - https://icesoft.my.salesforce.com/5007000000wKsiO
Description
An error is thrown when following certain steps of selection and deselection. This can be seen with the online showcase Data Table Selection demo's:
- http://icefaces-ee3-showcase.icesoft.org/showcase.jsf
- http://icefaces-showcase.icesoft.org/showcase.jsf
Steps:
- Change Selection Mode to Multiple Rows
- Select the second row in the table via the mouse.
- Press the "Shift" key and select the sixth row with the mouse.
- Press the "Shift" key again and select the sixth row again, a popup with error is now shown.
- http://icefaces-ee3-showcase.icesoft.org/showcase.jsf
- http://icefaces-showcase.icesoft.org/showcase.jsf
Steps:
- Change Selection Mode to Multiple Rows
- Select the second row in the table via the mouse.
- Press the "Shift" key and select the sixth row with the mouse.
- Press the "Shift" key again and select the sixth row again, a popup with error is now shown.
Committed fix to 4.0 trunk at revision 43840 and to 3.3 EE maintenance branch at revision 43841. Committed fix to avoid NumberFormatException when parsing index integer.