Summary | HTML inline display doesn't work in IE7 |
Queue | IMP |
Queue Version | 5.0 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jacob-horde (at) vindvejr (dot) dk |
Created | 04/14/2011 (5200 days ago) |
Due | |
Updated | 04/14/2011 (5200 days ago) |
Assigned | |
Resolved | 04/14/2011 (5200 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
now. Can you verify this?
For now I've applied the changes mentioned in this ticket manually and
tested it in Firefox 4.0 and Chrome 10.0.648.205. It still works here,
however, it seems that "Show Images" is broken now. Can you verify this?
State ⇒ Resolved
Bug #9912: Fix loading of IMP.* js functions in IE 7Due to IE 7's inane loading order, it is possible that
IMP.iframeInject() is not available when called. Instead, refactor
imp.js to store the helper functions in IMP_JS instead of contorting the
code to force this code into the IMP namespace (IMP can't be used until
after javascript_defs.php is loaded, since it is overwritten in there).
8 files changed, 79 insertions(+), 71 deletions(-)
http://git.horde.org/horde-git/-/commit/7bfe6a678409e6046b138c42e61276eb4351e868
New Attachment: ie7-js-error.png
work) - it goes something like:
Line 12
Char: 142
Error: Object doesn't support this property or method
Code: 0
URL address:
https://<site>/horde/imp/message.php?mailbox=INBOX.Nyhedsbreve.ComON&uid=3395
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ HTML inline display doesn't work in IE7
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
New Attachment: ie7-loading.png
State ⇒ Unconfirmed
reconfigured everything and let Horde upgrade the DB schemas.
In the new version of IMP the HTML viewer doesn't work in IE7. It
works correctly in the other modern browsers I've tried. Is this
intentional (dropped support) or a bug that could be fixed?
# cat /var/www/secure/horde4/imp/config/mime_drivers.local.php
<?php
$mime_drivers['html']['inline'] = true;
?>
Screenshot attached. I'll also add the JavaScript error.