Summary | dimpcore.js uses textContent which IE8 doesn't support |
Queue | IMP |
Queue Version | 6.0.3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | aarno.sandvik (at) helsinki (dot) fi |
Created | 02/01/2013 (4620 days ago) |
Due | |
Updated | 02/01/2013 (4620 days ago) |
Assigned | |
Resolved | 02/01/2013 (4620 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
Assigned to Michael Slusarz
State ⇒ Resolved
commit eea9cfb507d379cc2a73698af78fe1646145886d
Author: Michael M Slusarz <slusarz@horde.org>
Date: Fri Feb 1 16:07:20 2013 -0700
[mms] Fix usage of textContent property on IE8 (
Bug #12012).imp/docs/CHANGES | 1 +
imp/js/dimpbase.js | 1 +
imp/js/dimpcore.js | 4 ++--
imp/js/search.js | 3 ++-
imp/package.xml | 2 ++
5 files changed, 8 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/eea9cfb507d379cc2a73698af78fe1646145886d
Priority ⇒ 2. Medium
New Attachment: hy_fix_setting_placeholder_in_IE8.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ dimpcore.js uses textContent which IE8 doesn't support
Type ⇒ Bug
State ⇒ Unconfirmed
addresslists that have more than 15 recipients with a placeholder. IE
8 doesn't support this and users are unable to open messages that have
more than 15 recipients. The workaround is to use nodeValue.replace
when textContent is not supported. Patch attached.
Opening a message with over 15 recipients in IE8 causes the following error:
Message: 'textContent is null or not an object
Line: 182
Char: 17
Code: 0
URI:..../horde/imp/js/dimpcore.js