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.
Activity
Arran Mccullough
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43840 | Thu Dec 18 09:57:40 MST 2014 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableDecoder.java
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.