Summary | HTML inline does not work in Internet Explorer 8 |
Queue | IMP |
Queue Version | 6.0.0 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jens.gruentjes (at) ebira (dot) de |
Created | 10/31/2012 (4618 days ago) |
Due | |
Updated | 10/31/2012 (4618 days ago) |
Assigned | 10/31/2012 (4618 days ago) |
Resolved | 10/31/2012 (4618 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
things from working. Doing a quick runthrough of IMP dynamic view,
everything seems to be working. Since that was the focus of this
ticket, closing.
(Topbar updating was also fixed, which was a Horde application issue.)
commit 5caee073dc4e3c62fa8eeaf02fbfda3ec09b4a66
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 31 16:01:04 2012 -0600
More IE8 fixes (
Bug #11614).imp/js/compose-dimp.js | 7 ++++++-
imp/js/message-dimp.js | 9 +++++++--
2 files changed, 13 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/5caee073dc4e3c62fa8eeaf02fbfda3ec09b4a66
commit 8913cf5428f202a3029650bab03164fc54683deb
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 31 15:41:24 2012 -0600
[mms] Fix dynamic view loading in IE8 (
Bug #11614).imp/docs/CHANGES | 1 +
imp/js/dimpbase.js | 4 ++--
imp/package.xml | 2 ++
3 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/8913cf5428f202a3029650bab03164fc54683deb
commit 397eff49f896313b98794c0a234ec0a838e8d874
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 31 15:41:02 2012 -0600
[mms] Fix topbar javascript on IE8 (
Bug #11614).horde/docs/CHANGES | 1 +
horde/js/topbar.js | 2 +-
horde/package.xml | 2 ++
3 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/397eff49f896313b98794c0a234ec0a838e8d874
Ticket #11602?http://www.horde.org/apps/horde/docs/INSTALL#dynamic-view-troubleshooting
Milestone ⇒
State ⇒ Unconfirmed
New Attachment: ie_error.txt
Patch ⇒ No
Queue ⇒ IMP
Summary ⇒ HTML inline does not work in Internet Explorer 8
Type ⇒ Bug
Priority ⇒ 1. Low
mail-body itself is shown. I can see who sent the mail and I can see
the buttons for "Delete", "Reply", etc. Instead of the mail body I see
only "Loading" in Internet Explorer 8 (Windows XP). In the left bottom
corner ther is a yellow triangle with an exclamation mark saying
"Fertig, es sind Fehler auf der Seite aufgetreten" ("Ready, there are
errors on this page"). The error message (unfortunately in german) is
attached.
This happens withe with the following configuration:
horde/config/mime_drivers.local.php
$mime_drivers['imp']['html']['inline'] = true;
horde/imp/config/mime_drivers.local.php
$mime_drivers['html']['inline'] = 'true';
When those files don't exist (i.e. using horde default settings), the
mail is loaded and shown in Internet Explorer. As some people send
HTML-only mails this means that the mail text is not directly readable
in Imp.
Independent of the configuration, you find the yellow triangle in IE8
showing further errors on the page. Especially I cannot press the
buttons "Reply" or "Forward". To me It looks like the IE8 has problems
with javascript.