Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Salesforce Case Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
When validation has failed for an input field in the editable dataTable, clicking the revert button should put the invalid input back to its original state. This issue can be reproduced with our showcase app following these steps:
1) Select the pencil icon in the Options column for the row to edit
2) Modify the Weight (lbs) column with invalid data and click on checkmark to save, throws Invalid Exception as follows.
3) Click on the “x” to reject to revert back to original settings.
4) Click again on the pencil icon of the same row.
The invalid value is retained which should not be. At this moment the others rows can be edited but not able to save until the above row invalid data is corrected.
After clicking the revert button the output field shows the original value.
1) Select the pencil icon in the Options column for the row to edit
2) Modify the Weight (lbs) column with invalid data and click on checkmark to save, throws Invalid Exception as follows.
3) Click on the “x” to reject to revert back to original settings.
4) Click again on the pencil icon of the same row.
The invalid value is retained which should not be. At this moment the others rows can be edited but not able to save until the above row invalid data is corrected.
After clicking the revert button the output field shows the original value.
Verified null pointer exception fix in FF26 with IF4 trunk rev# 39944/ EE-3.3.0-maintenance branch rev# 39945.