Opened 11 years ago

Closed 11 years ago

#8625 closed bug (worksforme)

Jquery UI dialog property "height: 'auto' " is not working in IE10

Reported by: vineelarekha55 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.dialog Version: 1.8.16
Keywords: Cc:
Blocked by: Blocking:

Description

Hi,

I am using jquery-ui-1.8.16.custom.min.js and jquery-1.5.1.min.js these script files and facing one issue with dialog height in IE10 browser. Here is my code:

$jq("#" + divId).dialog({ title: title, resizable: false, modal: true, width: width, height: 'auto', position: 'center', dialogClass: 'ui-dialogWithDropShadow', overlay: { backgroundColor: '#000', opacity: 0.5} });

This is working in IE9 but not in IE10. The popup is picking the initial height and it is not growing automatically after adding the additional controls.

Change History (1)

comment:1 Changed 11 years ago by Scott González

Resolution: worksforme
Status: newclosed

This is working fine for me: http://jsbin.com/olijut/4/edit

If you continue to have problems, please reply with a reduced test case showing the problem.

Note: See TracTickets for help on using tickets.