Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This belongs to jQuery UI. Please repost this to the UI Bug Tracker. Thanks.
Note: See
TracTickets for help on using
tickets.
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.