@@ -674,6 +674,13 @@ var FcltMgr =
|
||||
// Ook al is onze <iframe> de dialog moeten we deze wel afzonderlijk te zetten?
|
||||
$(frm).width(newWidth);
|
||||
|
||||
var newWidth2 = Math.min(frmcontent.outerWidth()+extraWidth , $(window).width()-10);
|
||||
if (newWidth2 > newWidth) // FSN#39111
|
||||
{
|
||||
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'width', newWidth2);
|
||||
$(frm).width(newWidth2);
|
||||
}
|
||||
|
||||
if (FcltMgr.isTouchscreen())
|
||||
$('iframe#fcltmodal'+FcltMgr._modalCount).dialog('option', 'position', { my: "top", at: "top", of: window });
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user