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 62671 - Indefinite progress should be synchronized
Summary: Indefinite progress should be synchronized
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: UI
Depends on:
Blocks: 70630
  Show dependency tree
 
Reported: 2005-08-19 14:32 UTC by jrojcek
Modified: 2008-12-22 19:48 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2005-08-19 14:32:04 UTC
If there is only one progress running and you click on it, the popup window appears showing the same 
progress, but if the progress is indefinite, it looks quite strange as they are not synchronized. Maybe 
we should make them synchronized, or do not show the running progress bar in the status line if the 
popup window is open. Or maybe open the popup window so that it overlaps the progress in the status 
line.
Comment 1 Milos Kleint 2006-08-29 13:06:04 UTC
1. synchronizing is not possible as it's rendering is implementation detail of
the L&F.
2. overlapping the status bar makes it hard to hide the popup again (now you
click on the status bar once, popup appears, you click again and it disappears)
3. hiding the progress in status is possible, has partially the same problem as
2. IMHO has bad UI effect as it does something for no obvious reason to the user.

closing as wontfix. please reopen if you feel strongly about the issue. In that
case please provide exact description of what should be done.