Skip to main content

Bug Tracker

Side navigation

#14251 closed bug (notabug)

Opened August 12, 2013 12:06PM UTC

Closed August 13, 2013 12:45PM UTC

jQuery UI Datepicker month and year combo not working in jQuery BlockUI (Popup)

Reported by: rajni@artoonsolutions.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.1
Keywords: Cc:
Blocked by: Blocking:
Description

HTML Code

<div class="popup">

Date Picker<input type="text" class="datepicker" />

</div>

jQuery Code

$(document).ready(function(e) {

$.blockUI({

message:$('.popup'),

focusInput: false,

onBlock:function(){}

});

$( ".datepicker" ).datepicker({

dateFormat: 'dd-mm-yy',

changeYear: true,

changeMonth: true,

yearRange: 'c-10:c+3',

showButtonPanel: false

});

});

You can check below jsFiddle:

http://jsfiddle.net/4FhHK/204/

I also asked in StackOverflow:

http://stackoverflow.com/questions/18186257/jquery-ui-datepicker-month-and-year-combo-not-working-in-jquery-blockui-popup

Attachments (0)
Change History (2)

Changed August 13, 2013 04:15AM UTC by anonymous comment:1

Got solution for that: http://stackoverflow.com/questions/18186257/jquery-ui-datepicker-month-and-year-combo-not-working-in-jquery-blockui-popup

It's not a jQuery bug. jQuery BlockUI blocked click except popup container.

Changed August 13, 2013 12:45PM UTC by scottgonzalez comment:2

resolution: → notabug
status: newclosed