Comment 8 for bug 185388

Revision history for this message
Michael Nelson (michael.nelson) wrote :

Fixed in r8406.

I've added the yui2 calendar widget as the datepicker, and a slightly modified version for the date-time picker.

The extra page-weight for the yui2 dependencies is not included in launchpad.js, but as an extra 2 js and 1 css requests on the pages using the picker.

This is an intermediate solution until we have a yui3-based picker.

The behaviour of the new picker emulates the old one. It has one missing feature in that it does not yet limit the users choice if from_date and to_date have been specified (easy to update to support this as the calendar widget has support build-in and I've encoded the from/to dates on the template within a hidden span).