Opened 14 years ago
Closed 9 years ago
#3771 closed feature (wontfix)
Request for hover callback for datepicker
Reported by: | 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
Change History (5)
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 9 years ago by
Milestone: | 1.11.0 → none |
---|---|
Version: | → 1.8 |
comment:5 Changed 9 years ago by
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.
Should be straightforward enough to add hooks to the bindHover section of the code.