Improved support for IE8/9

This commit is contained in:
Francis Lachapelle
2012-09-25 12:00:47 -04:00
parent f08594e7ec
commit 68efae1055
7 changed files with 14 additions and 24 deletions

View File

@@ -625,7 +625,7 @@ function onWindowResize(event) {
// Resize address fields
var addresslist = $('addressList');
addresslist.setStyle({ width: ($(window).width() - attachmentswidth - 10) + 'px' });
addresslist.setStyle({ width: (totalwidth - attachmentswidth - 10) + 'px' });
// Set textarea position
var hr = headerarea.select("hr").first();