Search and Top Navigation
#3771 closed feature (wontfix)
Opened January 05, 2009 09:13PM UTC
Closed July 14, 2014 05:48PM UTC
Request for hover callback for datepicker
Reported by: | paul.p.carey@gmail.com | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
A date hover callback for the datepicker would be very useful,
allowing developers to present per-date context and thus allowing end
users to select a date based on the contextualized information.
This approach is in contrast to asking the user to select a date and
then presenting information that may cause the user to select a
different date.
Some examples of how this might be useful:
- ticket office showing seat availability for an event
- an airline showing varying prices on different days
Attachments (0)
Change History (5)
Changed January 06, 2009 04:31AM UTC by comment:1
milestone: | TBD → 1.next |
---|
Changed October 03, 2012 04:49PM UTC by comment:2
milestone: | 1.next → 1.11.0 |
---|
Changed October 19, 2012 10:00PM UTC by comment:3
status: | new → open |
---|
Should be straightforward enough to add hooks to the bindHover section of the code.
Changed June 24, 2014 11:50PM UTC by comment:4
milestone: | 1.11.0 → none |
---|---|
version: | → 1.8 |
Changed July 14, 2014 05:48PM UTC by comment:5
resolution: | → wontfix |
---|---|
status: | open → closed |
Anything based solely on hover will be bad for accessibility. Hovering a date for complex data being displayed in some other portion of the page doesn't seem ideal anyway. See http://google.com/flights for a good example of displaying prices on different days. Considering this has been open for six years and nobody else has commented on here saying that they'd like this functionality, I'm not inclined to add this.