Skip to main content

Search and Top Navigation

#8312 closed bug (worksforme)

Opened May 11, 2012 10:06AM UTC

Closed May 11, 2012 12:47PM UTC

Datepicker does not take date second time inside the modal box

Reported by: siddharth.ghumre92@gmail.com Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.datepicker Version: 1.7
Keywords: Cc:
Blocked by: Blocking:
Description

I have added a datepicker by using the following code :-

$("#txtChequeDate").datepicker({

dateFormat: 'dd/mm/yy' ,

changeMonth:true,

changeYear:true,

yearRange: '1965:*',

});

This datepicker field is inside a div to which i am calling as a modal box.

I am using default modal box for this purpose.

I am using Jquery v1.7.1 and mozilla firefox.

The datepicker works fine the first time the modal is opened and then the form submitted (after which the modal closes). However, if I click the button to open the modal a second time, datepicker doesn't work.

Attachments (0)
Change History (1)

Changed May 11, 2012 12:47PM UTC by scottgonzalez comment:1

component: ui.coreui.datepicker
resolution: → worksforme
status: newclosed