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 159185 - The progress popup shouldn't be treated like a dialog on OSX
Summary: The progress popup shouldn't be treated like a dialog on OSX
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) All
: P4 blocker (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-26 03:37 UTC by emi
Modified: 2011-11-03 09:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NetBeans main window with no popup (dark gray) (65.16 KB, image/png)
2009-02-26 03:39 UTC, emi
Details
NetBeans main window with the progress popup (light gray) (70.81 KB, image/png)
2009-02-26 03:40 UTC, emi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emi 2009-02-26 03:37:50 UTC
The current 6.7 look and feel is a dark gray in tone with the OSX apps. What I find annoying is that pressing on the
progress bar does two things:

* show the tasks popup 
* repaints the whole main window with a lighter gray.

(see the attached screenshots).

This means to me that internally the progress popup GUI must be some dialog which "steals" the "active window" status of
the main window.

This is wrong because:

* in OSX a popup is just part of the window and does not determine it to repaint or lose "focus"
* having that whole main screen repaint itself is disturbing (having the whole screen flicker to a lighter color).
Comment 1 emi 2009-02-26 03:39:27 UTC
Created attachment 77387 [details]
NetBeans main window with no popup (dark gray)
Comment 2 emi 2009-02-26 03:40:01 UTC
Created attachment 77388 [details]
NetBeans main window with the progress popup (light gray)
Comment 3 Jan Peska 2011-11-03 09:49:14 UTC
minor UI defect -> P4