Side navigation
#3203 closed feature (invalid)
Opened July 30, 2008 04:26PM UTC
Closed July 30, 2008 10:48PM UTC
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.
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.