Skip to main content

Search and Top Navigation

#8625 closed bug (worksforme)

Opened October 05, 2012 09:52AM UTC

Closed October 05, 2012 03:21PM UTC

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.

Attachments (0)
Change History (1)

Changed October 05, 2012 03:21PM UTC by scottgonzalez comment:1

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.