#7661 closed bug (fixed)
Multiple Datepicker, showOn : 'button'
Reported by: | rkw | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.17 |
Component: | ui.datepicker | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
- Create two .datepickers() on the same page
- Set the showOn: to 'button'
- <datepicker1>: click on button to display the calendar
- <datepicker2>: Set focus on the textbox and change the values
outcome: the display for <datepicker1> is now linked to the textbox for <datepicker2>
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 1.11.0 |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.8.15 → 1.8.17 |
comment:3 Changed 9 years ago by
Milestone: | 1.11.0 → 1.8.17 |
---|
Note: See
TracTickets for help on using
tickets.
Showing this issue in 1.8.16: http://jsfiddle.net/tj_vantoll/4LqBX/.
This was fixed in 1.8.17 per https://github.com/jquery/jquery-ui/commit/63bd71f14cac1f46fd5cfc6f157abf0bf710d347.
This works fine in 1.9 as well - http://jsfiddle.net/tj_vantoll/4LqBX/1/.