[bugs] [Bug 1099] New - Unable to attach files in compose
bugs@bugs.horde.org
bugs@bugs.horde.org
Fri Nov 8 10:13:51 2002
http://bugs.horde.org/show_bug.cgi?id=1099
*** shadow/1099 Fri Nov 8 06:13:51 2002
--- shadow/1099.tmp.9627 Fri Nov 8 06:13:51 2002
***************
*** 0 ****
--- 1,50 ----
+ Bug#: 1099
+ Product: Horde
+ Version: 2.1 Unstable
+ Platform: All Browsers
+ OS/Version: All
+ Status: NEW
+ Resolution:
+ Severity: major
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org
+ ReportedBy: jeffw@globaldial.com
+ URL:
+ Summary: Unable to attach files in compose
+
+ After choosing a file in the attach box in the compose window, pressing the
+ attach button will not cause the file to be attached.
+
+ Using IE 6.0 on windows 98 SE will cause a javascript error, which when you say
+ yes to debug has a problem with the asterixed line below
+
+ function attach()
+ {
+ document.compose.attachmentAction.value = 'add';
+ document.compose.actionID.value = 122;
+ ** if (attachment_check(document.compose)) {
+ uniqSubmit();
+ }
+ }
+
+ Using Mozilla 1.2 the following appears on the javascript console on load of the
+ compose window:
+
+ Error: missing ; before statement
+ Source File:
+ http://203.24.54.20/~jeffw/horde/imp/compose.php?Horde=5dfebbc20d41483e641dbce56b78ede4&popup=1&to=&cc=&bcc=&msg=&subject=&thismailbox=INBOX&uniq=1036750382300
+ Line: 136, Column: 46
+ Source Code:
+ window.status = 'The signature couldn''t be replaced.';
+
+ Then when the attach button is pressed the following message appears:
+
+ Error: attachment_check is not defined
+ Source File:
+ http://203.24.54.20/~jeffw/horde/imp/compose.php?Horde=5dfebbc20d41483e641dbce56b78ede4&popup=1&to=&cc=&bcc=&msg=&subject=&thismailbox=INBOX&uniq=1036750382300
+ Line: 416
+
+ Attachment also does not work with Mozilla 1.0, though I do not have a copy with
+ me to send the error messages.
More information about the bugs
mailing list