Search and Top Navigation
#10146 closed bug (invalid)
Opened July 09, 2014 12:34PM UTC
Closed July 24, 2014 08:45AM UTC
jquery date picker hangs on multiple clicks
Reported by: | ANK170989 | Owned by: | ANK170989 |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.datepicker | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hello,
i have used below mentioned code .but my problem is that the datepicker gets hanged on multiple clicks means if i continueously goes on htting calender image datepicker gets hang
$(function() {
$("#MyID").datepicker({
minDate: 0,
showOn: "button",
buttonImage: "../Includes/Images/cal.png",
buttonImageOnly: true,
});
});
Attachments (0)
Change History (2)
Changed July 09, 2014 12:49PM UTC by comment:1
component: | ui.core → ui.datepicker |
---|---|
owner: | → ANK170989 |
status: | new → pending |
Changed July 24, 2014 08:45AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
I'm not seeing this behavior. Please provide a reduced test case as requested in the red box.