Bug #4304
closed
Progress monitor is blank when authenticating for KAR upload
Added by ben leinfelder over 15 years ago.
Updated almost 15 years ago.
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?
this should be fixed with the kar saving functionality that aaron is adding (bug 4515)
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.
Progress monitor has been replaced with a change in the mouse cursor to indicate that authentication is occurring.
Original Bugzilla ID was 4304
Also available in: Atom
PDF