I'm replacing the Interactive Report datepickers with new jQuery Versions..
Since I upgraded an application from jQuery UI v1.9.1 to v1.10.0, I'm having an issue with two textboxes that I are being used as datepickers.
The textbox (when looking via Firebug) has the "hasDatepicker" class and the image to the right of the box has the "ui-datepicker-trigger" class, but they don't bring up the calendar when clicked....
It is only in one application that I am having the problem, and it is a weird case because it is using Oracle Application Express 4.0 which supplies jQuery 1.6.2 and jQuery UI 1.8.14, so I think there is some kind of conflict that is going on...
I'm using 1.10.0/2.0.1 of jQuery and 1.10.3 of the jQuery UI.. If I change back to 1.9.1 of the UI the problem goes away...
http://apex.oracle.com/pls/apex/f?p=datepickerworks
http://apex.oracle.com/pls/apex/f?p=datepickerbroke
Login: test
Password: test
Steps:
- Click Hiredate column header
- Click Last 5 years
- Click Hiredate is in the last 5 years link
- Change "is in the last" to "between"
- Clicking the Date Field or the Calendar images should show datepicker
Let me know if you have any issues using it.