[#2797] Javascript error in Internet explorer 6 after signing a new mail with S/MIME
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

History
10/19/2005 Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.
10/17/2005 Jan Schneider State ⇒ Assigned
Assigned to Michael Slusarz
Assigned to Horde DevelopersHorde Developers
 
10/17/2005 luc (dot) germain (at) USherbrooke (dot) ca Comment #1
Queue ⇒ IMP
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Summary ⇒ Javascript error in Internet explorer 6 after signing a new mail with S/MIME
Reply to this comment
After signing a new message with an S/MIME certificate for the first 
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.