Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#1010 closed enhancement (fixed)

Display progress reporter for plug-ins that are executing with the DOWNLOAD_IMMEDIATELY option

Reported by: Nicklas Nordborg Owned by: Martin Svensson
Priority: minor Milestone: BASE 2.8
Component: web Version:
Keywords: Cc:

Description

In the current implementation a window with the message Do not close this window until the download has finished. and a Cancel button is the only thing that is shown. It can be hard to know when the download has finished. The "Cancel" button closes the window, but it doesn't abort the download. If it is possible, it would be nice to have an Abort button that really works.

Change History (7)

comment:1 by Jari Häkkinen, 16 years ago

Milestone: BASE 2.x+BASE 2.8

comment:2 by Martin Svensson, 16 years ago

Owner: changed from everyone to Martin Svensson
Status: newassigned

comment:3 by Martin Svensson, 16 years ago

(In [4327]) References #1010 Using the SimpleProgressReporter to get progress of the export. This will problably be replaced with a new class that also implements SignalReceiver interface, SimpleSignalProgressReporter.

comment:4 by Martin Svensson, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [4330]) Fixes #1010 Display progress reporter for plug-ins that are executing with the DOWNLOAD_IMMEDIATELY option

comment:5 by Martin Svensson, 16 years ago

Resolution: fixed
Status: closedreopened

The progress reporter does not finish, instead it hangs even if the plugin is completed successfully.

comment:6 by Martin Svensson, 16 years ago

Resolution: fixed
Status: reopenedclosed

(In [4342]) Fixes #1010

comment:7 by Martin Svensson, 16 years ago

(In [4343]) References #1010

Note: See TracTickets for help on using tickets.