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
Krashan Brahmanjara
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 | |
Assignee | Mark Collette [ mark.collette ] |
Ken Fyten
made changes -
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 | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDate.java
|
Mark Collette
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mandeep Hayher
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Security | Private [ 10001 ] |
Ken Fyten
made changes -
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 | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDate.java
MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java |
Ken Fyten
made changes -
Fix Version/s | 1.8RC2 [ 10163 ] | |
Fix Version/s | 1.8 [ 10161 ] |
Mark Collette
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 |
Ken Fyten
made changes -
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