6.0.0-beta1
8/9/25

[#618] JS error in attachment field generation
Summary JS error in attachment field generation
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester vilius (at) lnk (dot) lt
Created 09/22/2004 (7626 days ago)
Due
Updated 09/22/2004 (7626 days ago)
Assigned 09/22/2004 (7626 days ago)
Resolved 09/22/2004 (7626 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/22/2004 12:38:49 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Should be fixed now.
09/22/2004 12:29:01 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Assigned
 
09/22/2004 12:17:03 PM vilius (at) lnk (dot) lt Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ JS error in attachment field generation
Queue ⇒ IMP
Reply to this comment
When all attachment fields are used, I get javascript error:



Line: 501

Char: 13

Error: Could not get the type property. This command is not supported.

URL: 
https://mail.lnk.lt/horde/imp/compose.php?thismailbox=INBOX.Horde.dev&uniq=1095854874171



code on this line is:



line 499: var file = document.createElement('INPUT');

line 500: td.appendChild(file);

line 501: file.type = 'file';

line 502: file.name = 'upload_' + (usedFields + 1);

line 503: file.onchange = function() { attachmentChanged(); };



I'm using IE6SP2. Mozilla works fine. Another IE bug?

Saved Queries