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 57014 - Wrong bg color for views combo on OS-X
Summary: Wrong bg color for views combo on OS-X
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 4.x
Hardware: All Mac OS X
: P4 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-25 15:51 UTC by _ tboudreau
Modified: 2009-10-26 11:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot (8.90 KB, image/png)
2005-03-28 12:39 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2005-03-25 15:51:25 UTC
The panel the views combo is in on OS-X should either be set to be not opaque or acquire the same 
background as the list (possibly with line MatteBorder on the bottom) on OS-X.
Comment 1 _ tboudreau 2005-03-28 12:38:09 UTC
On thinking about it more, the background color is fine - it looks fine when it's docked, just not when it's 
floating.  Only thing missing is the bottom border for the panel, which should be similar to the filters 
panel.
Comment 2 _ tboudreau 2005-03-28 12:39:25 UTC
Created attachment 21159 [details]
Screen shot
Comment 3 _ tboudreau 2005-03-28 12:41:09 UTC
On second thought, no, probably when floating on OS-X its background should be white - the problem is 
the artificial additional width the floating window border on Mac OS creates - no real way to make this 
look nice.
Comment 4 David Simonek 2005-03-29 13:49:10 UTC
OK, but downgrading a bit.
Comment 5 David Simonek 2006-08-08 18:35:10 UTC
Milos please help me with this please, code is in core/navigator somewhere, I
don't remember...
Comment 6 _ tboudreau 2006-08-08 19:12:03 UTC
BTW, the way I ended up having to deal with this in the property sheet was a
JComboBox subclass that returned 0,0,0,0 for its insets - you may find the gray
is painted by the combo box border that does all the pretty aqua decoration. 
Not nice, but it worked.
Comment 7 Petr Hrebejk 2006-11-20 15:50:18 UTC
core/navigator issue 
Comment 8 David Simonek 2009-10-26 11:41:57 UTC
Surprisingly, after several years, java navigation new implementation and saubrecht's work on Mac LF, the bug is gone! :-)