atatanasov / gijgo

Gijgo - Free Javascript Controls
http://gijgo.com
MIT License
475 stars 187 forks source link

Scrollable dialog with datepicker #350

Open stvowi opened 6 years ago

stvowi commented 6 years ago

Workspace: Jquery 3.2.1, Bootsrap 3.3.7, newest Firefox

Nothing happen, if I click to the botton for the input field. The container for the calender is behind the dialog - not visible.


dialog = $('#dialog').dialog({
    uiLibrary: 'bootstrap' ,
    autoOpen: false,
    scrollable: true,
    minWidth: 500, maxWidth: 850, height: 600, width: 820                
});

$('#form_date_field').datepicker({ 
    calendarWeeks: true, 
    locale: 'de-de',
    format: 'dd.mm.yyyy',           
    uiLibrary: 'bootstrap' 
});

I need a bugfix for this control as soon as possible. Thanks a lot!

atatanasov commented 6 years ago

This is fixed in the new development version. Please check the latest build in github located in the dist folder.

stvowi commented 6 years ago

don#t work - also not in IE 11