Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4640 closed bug (worksforme)

IE 8 Height Issue

Reported by: itsscott Owned by:
Priority: minor Milestone:
Component: ui.dialog Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

I have not been able to figure out what the height issue I am having with IE. On all but one dialog, the dialog comes in the correct size. but note the issue on ie8-myfintasks.jpg which is short, but the ie8-mytasks.jpg is correct. The table contents is dynamic from an ajax call and the table structures are identical and there's no html or other markup in the data. This problem does not occur with FF mac/pc Safari Mac.

I init the dialog in the document ready function...

$("#itsDialog").dialog({

autoOpen:false,height: 350, width: 500, modal: true, buttons: {"Close": function(){$(this).dialog("close");}} });

Attachments (4)

ff-myfintasks.jpg (62.1 KB) - added by itsscott 14 years ago.
ff-mytasks.jpg (68.4 KB) - added by itsscott 14 years ago.
ie8-myfintasks.jpg (33.6 KB) - added by itsscott 14 years ago.
ie8-mytasks.jpg (54.8 KB) - added by itsscott 14 years ago.

Download all attachments as: .zip

Change History (6)

Changed 14 years ago by itsscott

Attachment: ff-myfintasks.jpg added

Changed 14 years ago by itsscott

Attachment: ff-mytasks.jpg added

Changed 14 years ago by itsscott

Attachment: ie8-myfintasks.jpg added

Changed 14 years ago by itsscott

Attachment: ie8-mytasks.jpg added

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

Resolution: worksforme
Status: newclosed

You'll need to provide the code for the page with the problem, since it is working for you everywhere else.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.