Summary | Javascript error in Internet explorer 6 after signing a new mail with S/MIME |
Queue | IMP |
Queue Version | 4.0.4-RC2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
Requester | luc.germain (at) usherbrooke (dot) ca |
Created | 10/17/2005 (7219 days ago) |
Due | |
Updated | 10/19/2005 (7217 days ago) |
Assigned | 10/17/2005 (7219 days ago) |
Resolved | 10/19/2005 (7217 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Assigned to
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Javascript error in Internet explorer 6 after signing a new mail with S/MIME
Queue ⇒ IMP
time in a session (which requires entering a passphrase in a popup
box), I get the following Javascript error in Internet Explorer when
the next refresh of mailbox window is displayed:
Line: 128
'document.passphrase_dialog.passphrase' has a Null value or is not an object
If I start a debug session, the following lines are the source of the problem:
<!--a75c305b1c0a6022--><script language="JavaScript" type="text/javascript">
<!--
document.passphrase_dialog.passphrase.focus();
//-->
I see this in internet explorer 6, but not in Firefox. The error
appears in IMP 4.0.4-RC2 and also in IMP 4.0.3.
Luc.