| 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 (7756 days ago) |
| Due | |
| Updated | 09/22/2004 (7756 days ago) |
| Assigned | 09/22/2004 (7756 days ago) |
| Resolved | 09/22/2004 (7756 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ JS error in attachment field generation
Queue ⇒ IMP
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?