Skip to main content

Search and Top Navigation

#4329 closed feature (wontfix)

Opened March 12, 2009 11:38PM UTC

Closed April 03, 2013 03:17PM UTC

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.

Attachments (0)
Change History (4)

Changed May 07, 2009 11:39AM UTC by jzaefferer comment:1

milestone: TBD1.next

Changed October 03, 2012 04:56PM UTC by scottgonzalez comment:2

milestone: 1.next1.11.0

Changed October 19, 2012 10:00PM UTC by mikesherov comment:3

status: newopen

Changed April 03, 2013 03:17PM UTC by scottgonzalez comment:4

resolution: → wontfix
status: openclosed

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.