Opened 15 years ago

Closed 15 years ago

Last modified 15 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 Changed 15 years ago by Jari Häkkinen

Milestone: BASE 2.x+BASE 2.8

comment:2 Changed 15 years ago by Martin Svensson

Owner: changed from everyone to Martin Svensson
Status: newassigned

comment:3 Changed 15 years ago by Martin Svensson

(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 Changed 15 years ago by Martin Svensson

Resolution: fixed
Status: assignedclosed

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

comment:5 Changed 15 years ago by Martin Svensson

Resolution: fixed
Status: closedreopened

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

comment:6 Changed 15 years ago by Martin Svensson

Resolution: fixed
Status: reopenedclosed

(In [4342]) Fixes #1010

comment:7 Changed 15 years ago by Martin Svensson

(In [4343]) References #1010

Note: See TracTickets for help on using tickets.