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.
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