| 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 | Michael Slusarz <slusarz (at) horde (dot) org>, Horde Developers |
| Requester | luc (dot) germain (at) USherbrooke (dot) ca |
| Created | 10/17/2005 (1056 days ago) |
| Due | |
| Updated | 10/19/2005 (1054 days ago) |
| Assigned | 10/17/2005 (1056 days ago) |
| Resolved | 10/19/2005 (1054 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Assigned to Michael Slusarz
Assigned to
Queue ⇒ IMP
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ Javascript error in Internet explorer 6 after signing a new mail with S/MIME
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:
<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.