This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79168 - Forgotten 'Refreshing root selection model...' progress bar
Summary: Forgotten 'Refreshing root selection model...' progress bar
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-27 08:04 UTC by ehucka
Modified: 2006-10-23 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2006-06-27 08:04:09 UTC
I've selected a root method of a web application. After I had finished the
progress bar 'Refreshing root selection model...' was still animating.
Comment 1 J Bachorik 2006-06-27 09:58:29 UTC
The tree content generation process runs in a separate thread. It may have
happened that the selector window had been closed before the process finished
and the progress bar wasn't closed properly.
Added a tracking mechanism for all active progress bars - they are closed upon
closing the selector window.
Comment 2 ehucka 2006-07-24 13:46:26 UTC
verified