Ticket #1484356 (closed Bugs: fixed)

Opened 16 months ago

Last modified 11 months ago

Multiple file upload (attachment) in new email throws IE 6.0 javascript error

Reported by: waltercruz Owned by: thomasb
Priority: 5 Milestone: 0.1-rc2
Component: Client Scripts Version: 0.1-beta2
Severity: normal Keywords:
Cc:

Description

Hello,

When I try to attach more then one file to a new mail, the following javascript error occurs:

Line: 2174 Character: 3 Error: Access Denied

After that, the upload button doesn't work anymore!

How can I fix that?

PS: I'm using Internet Explorer 6.0 on Windows 2000.

The error message doesn't appear when using Firefox.

Reggards! Walter Cruz

Attachments

rc.jpg (72.2 kB) - added by waltercruz 16 months ago.
Error when attaching multiples files in a new mail

Change History

Changed 16 months ago by waltercruz

Error when attaching multiples files in a new mail

Changed 11 months ago by thomasb

  • owner set to thomasb
  • status changed from new to assigned
  • severity changed from critical to normal
  • milestone set to 0.1-rc2

This happens when calling

  this.gui_objects.attachmentform.reset();

Changed 11 months ago by thomasb

  • status changed from assigned to closed
  • resolution set to fixed

Surrounded by try/catch in r864

Note: See TracTickets for help on using tickets.