Hello bczengel,
Thanks for reply.
I had already taken care for updatepanel inside the div and moving div inside the form.
As you told to solve the problem in safari disable the dialog's show animation .. but I am not showing dialog with any animation effect. we are calling simply
$('#divEditorDialog').show();
Yet not working even in safari.
//// Initialization code is as below...
$("#divEditorDialog").dialog({ bgiframe: true, autoOpen: false,
dialogClass: 'dialog', draggable: false,
resizable: false, width: 800,
modal: true, zIndex: 20, minHeight: 500,
open: function(type, data) {
$(this).parent().appendTo("form");
}
});
$('#divEditorDialog').hide();
$('#divEditorDialog').dialog('close');
///////
Please let us know the proper solution to solve this.
Looking forward to replay.
Thanks.