Summary | New message window resize logic not working in IE8 |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 08/26/2013 (4437 days ago) |
Due | |
Updated | 08/26/2013 (4437 days ago) |
Assigned | 08/26/2013 (4437 days ago) |
Resolved | 08/26/2013 (4437 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Priority ⇒ 1. Low
commit 0df69b1fd4d0c18114bdddbac5fec1ec868b06fb
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Aug 26 14:02:55 2013 -0600
Bug #12621: Fix dynamic window sizing on IE8imp/js/compose-dimp.js | 2 +-
imp/js/message-dimp.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/0df69b1fd4d0c18114bdddbac5fec1ec868b06fb
Summary ⇒ New message window resize logic not working in IE8
Assigned to Michael Slusarz
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ New message resize logic not working in IE8
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
I just tested IE8 with the latest imp code.
IE8 can't handle the new window resize logic:
When you click the link to compose a new message,
the window first opens with the sizes specified in the compose link.
After that the resize logic kicks in and the window resizes
to the _minimal_ available size. Tested with IE8 on Windows XP.
It looks like the window shrinks to size 0 / 0, I can't make it any smaller.
Thomas