clicking on mail to show it in preview, did NOT keep resized iframe, if that was bigger then given size

This commit is contained in:
Ralf Becker 2010-06-12 08:35:03 +00:00
parent 5bbd63523e
commit 7da32f0bdd

View File

@ -753,6 +753,7 @@
//$response->addScript("document.getElementById('messageCounter').innerHTML ='';");
$response->addScript("fm_previewMessageID=".$headerData['uid'].";");
$response->addAssign('spanMessagePreview', 'innerHTML', $this->uiwidgets->updateMessagePreview($headerData,$_folderType, $this->sessionData['mailbox']));
$response->addScript('if (typeof handleResize != "undefined") handleResize();');
return $response->getXML();
}