Ticket #3203 (closed feature: invalid)
datePicker onOpen feature request
| Reported by: | kb2006 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3 |
| Component: | plugin | Version: | 1.2.6 |
| Keywords: | datepicker | Cc: | |
| Blocking: | Blocked by: |
Description
I was trying to get a workaround for the IE6 select bug with datepicker and could not get the iframe part to work. I then looked into using an onOpen and onClose to hide and show the select when the datepicker is opened. However, there is only an onClose, no onOpen. to get around this I had to use an onFocus on the input.
If onOpen was added to work the same way as onClose, it would offer an additional way to solve the ie6 select bug, while adding extra functionality.
Change History
comment:2 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
This belongs to jQuery UI. Please repost this to the UI Bug Tracker. Thanks.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

it might be possible to do this through the callback of the animation used to show the datepicker, however i cant seem to get that to work either and there is no documentation on putting that into the showOptions option.