Opened 14 years ago
Closed 10 years ago
#4329 closed feature (wontfix)
Datepicker show/hide on hover/mouseout
Reported by: | JasonReed | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.11.0 |
Component: | ui.datepicker | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be great to show the datepicker on hover over the .datepicker element.
When the hover option is selected (versus focus or icon) the user wouldn't be required to press escape or click elsewhere on the page to kill the active datepicker calendar.
Instead, mousing out would close the datepicker. It'd also be great to allow for a configurable delay so that errant mouseouts wouldn't close the datepicker prematurely. The superfish plugin is a good example of this functionality if I'm not explaining it clearly enough.
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.next → 1.11.0 |
---|
comment:3 Changed 10 years ago by
Status: | new → open |
---|
comment:4 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
You should just bind event handlers for this on your own and programmatically open and close the datepicker. It's also worth noting that the
mouseout
/mouseleave
behavior will be bad if the user has opted into actually interacting with the datepicker.