Project

General

Profile

Actions

Bug #4304

closed

Progress monitor is blank when authenticating for KAR upload

Added by ben leinfelder over 14 years ago. Updated about 14 years ago.

Status:
Resolved
Priority:
Immediate
Assignee:
Category:
interface
Target version:
Start date:
08/11/2009
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
4304

Description

When I do "Save Archive (KAR)" I go through many steps (dialogs popping up everywhere). But after I enter my authentication credentials I get a blank window with "Progress" in the title bar. Usually this shows a barber shop scroll until the authentication service comes back, but in this case it is blank.
It's the same code that is called in other authentication contexts, but this case in particular has the blank screen - the others are fine.
Are we too many threads deep during the upload KAR action?


Related issues

Blocked by Kepler - Bug #2493: actor repository tracking bugResolvedSean Riddle07/18/2006

Actions
Blocks Kepler - Bug #4515: Finish and Document the Save/Open KAR file functionalityResolvedAaron Aaron10/29/2009

Actions
Actions #1

Updated by Chad Berkley over 14 years ago

this should be fixed with the kar saving functionality that aaron is adding (bug 4515)

Actions #2

Updated by Aaron Aaron about 14 years ago

I don't think we will have this progress monitor anymore. The new solution is to use the wait cursor instead which is a very good way to indicate to the user that Kepler is doing something without having to worry about using a SwingWorker to launch a new thread.

setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
setCursor(Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR));

making sure that these are in the actionPerformed method (it doesn't work otherwise)

Reassigning this to Sean since he's working on this now.

Actions #3

Updated by Sean Riddle about 14 years ago

Progress monitor has been replaced with a change in the mouse cursor to indicate that authentication is occurring.

Actions #4

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 4304

Actions

Also available in: Atom PDF