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 37582 - new window system window highlight colour too dark for OSX
Summary: new window system window highlight colour too dark for OSX
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Macintosh Mac OS X
: P4 blocker (vote)
Assignee: David Simonek
URL:
Keywords: L&F
Depends on:
Blocks:
 
Reported: 2003-11-27 18:59 UTC by jportway
Modified: 2008-12-23 00:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot of dark tab highlight colour (123.74 KB, image/png)
2003-12-01 21:56 UTC, jportway
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jportway 2003-11-27 18:59:11 UTC
on build 200311251900, the dark blue "current window" 
highlight that shows which pane is currently selected is too 
dark (at least on OSX) and it's impossible to read the name 
of the pane.
Comment 1 David Simonek 2003-12-01 18:49:54 UTC
Thanks Joshua, could you please attach screenshot of how it looks
like? Thx.
Comment 2 jportway 2003-12-01 21:56:52 UTC
Created attachment 12375 [details]
screenshot of dark tab highlight colour
Comment 3 jportway 2003-12-01 22:03:32 UTC
just added a screenshot - look at the panel title at the top of the explorer panel.
On the other hand, I'd like to point out that this problem is very minor compared to 
issue 37581, which is a complete show stopper on OSX - there doesn't seem to have 
been much movement on that one....
Comment 4 _ tboudreau 2003-12-01 23:12:35 UTC
We're working on these issues - in particular, extending the core
support for UI themes, so that we can plug in some custom colors for
different platforms.  Once the color code is centralized, these
problems will be easy to solve - and it will be possible to drop in an
XML theme file to change the colors to taste.
Comment 5 jportway 2003-12-19 18:47:44 UTC
Interestingly - I just looked at todays build, and the tabs for the source code editors 
are now coloured with my chosed highlight colour (you can choose which colour you 
want to use as a highlight colour on OSX) but the tabs for the other various panes and 
views remain the same dark blue.
In terms of OSX interface consistency whatever you're doing with the editor tabs 
would definately be my chosen solution for all the tabs (assuming that using the 
native platform look-and-feel for tabs is out of the question, is it ?)
Comment 6 _ tboudreau 2003-12-19 22:29:03 UTC
I rewrote the editor tabs UI last week, and it's just using
UIManager.getColor("Table.selectionBackground"/foreground) to get the
color.  Sounds like that works better on OS-X.

Actually I have a mac laptop on order, and one of the express reasons
I'm getting it is to develop mac-friendly UI delegates for the window
system, and be generally responsible for NetBeans working and looking
right on OS-X.  
Comment 7 _ tboudreau 2003-12-30 17:29:32 UTC
I just committed a provisional os-x ui for the new window system to the trunk.  
So the tabs should not only be readable, they look like Aqua controls.  I've 
provisionally set the default look and feel for NetBeans on OS-X to be Aqua 
instead of metal.  Try it out in the tonight's development build and send any 
feedback.  It's not a final look and feel (there was no UI spec, design process, 
etc.), but it works and is a huge improvement over the way it was, so hopefully 
we can keep it for 3.6.

If you can't get hold of a development build, a screenshot is online at
http://workspaceswitcher.netbeans.org/images/nb-3.png

This is what happens when I get a new Mac laptop just before two weeks 
vacation...
Comment 8 Marian Mirilovic 2004-03-18 10:03:56 UTC
Joshua,
could you verify this issue in just released NB3.6 RC1(Mark issue as
VERIFIED) please?

...  thanks in advance ....
Comment 9 jportway 2004-03-19 12:24:20 UTC
sorry I should have closed this bug long ago - thanks to Tim's amazing efforts the OSX 
version has improved immeasurably over the last months. This problem disappeared 
ages ago. There are other P1 problems with font layout on OSX in RC1 which i'll check 
have bugs filed for them.