Testing with 3.3 EE Maintenance branch r43557/ 4.0 trunk r43553 (Chrome39, IE10, IE11, FF33):
The initial issue is resolved. However trying to re-open the dateTimeEntry popup for a new date selection fails (all browsers).
Steps:
- go to /icefaces-test/calendar-popup-issue.jsf
- select a date -> the selected date is submitted to the server, the selected date is printed beside the calendar component, and the calendar remains closed.
- click inside the dateTimeEntry component to open up the calendar for a new selection -> this step fails.
- click on page outside the dateTimeEntry, then click again inside the dateTimeEntry -> IF 4.0 trunk only: calendar popup opens up for selection.
EE 3.3.maintenance: calendar popup does not open up, and a JS error is logged in browser console (all browsers):
IE11 error message:
SCRIPT5007: Unable to get property 'dontShowPopup' of undefined or null reference
File: ace-jquery.uncompressed.js.jsf, Line: 17682, Column: 13
FF33 error message:
TypeError: inst is undefined
http://10.18.39.155:8080/icefaces-test/javax.faces.resource/util/ace-jquery.uncompressed.js.jsf?ln=icefaces.ace&v=3_3_0_141119
Line 17682
Steps to reproduce after deploy:
Expected behavior:
Actual behavior: