Details
Description
Scenario:
- datatable with popup editor opened on selected row
- popup contain selectInpudDate field
- open popup on first row, select date, close popup
- open popup on another row, you see date from previous row
Bug is in SelectInpuDate.java. Popup date shold be cleared on date popup close
Patch can be included in validate method.
- datatable with popup editor opened on selected row
- popup contain selectInpudDate field
- open popup on first row, select date, close popup
- open popup on another row, you see date from previous row
Bug is in SelectInpuDate.java. Popup date shold be cleared on date popup close
Patch can be included in validate method.
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 | |
Assignee | Mark Collette [ mark.collette ] |
Summary | Select inpud date is incorrectly initialized | SelectInputDate is incorrectly initialized |
Salesforce Case | [] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18506 | Mon Mar 09 18:12:01 MDT 2009 | mark.collette | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Security | Private [ 10001 ] |
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18562 | Fri Mar 13 15:27:13 MDT 2009 | mark.collette | |
Files Changed | ||||
![]() ![]() |
Fix Version/s | 1.8RC2 [ 10163 ] | |
Fix Version/s | 1.8 [ 10161 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |
I investigated various means of limiting the duration we maintain the popupDate field, but it ended up being more straightforward to fix this with
ICE-4184, of instead better saving popupDate, rather than trying to discard it.Subversion 18506
icefaces\component\src\com\icesoft\faces\component\selectinputdate\SelectInputDate.java