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 96755 - [GTK] Active tab in active window should be highlighted
Summary: [GTK] Active tab in active window should be highlighted
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: L&F
Depends on:
Blocks:
 
Reported: 2007-02-28 10:45 UTC by Petr Chytil
Modified: 2008-12-22 12:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screen shot - which tab is active? (36.16 KB, application/octet-stream)
2007-02-28 10:46 UTC, Petr Chytil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Chytil 2007-02-28 10:45:23 UTC
NetBeans IDE Dev (Build 200702271900)
1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b04
Linux version 2.6.17-11-generic running on i386
en_US (nb); UTF-8

This one is similar to Issue 96059.

But difference in Linux is, that it is clear which tab in current window is
selected, but it is not clear which window is selected.

It would be nice to have this somehow fixed. It's really confusing, when e.g.
navigator window is selected and user have no information about active window
(see screen shot). Different color of active window's selected bar would be
helpful. 

Consider shortcuts - if you have many opened windows and you want to switch
between two of them, then you have no information about success of command
realized by the shortcut.
Comment 1 Petr Chytil 2007-02-28 10:46:23 UTC
Created attachment 38971 [details]
screen shot - which tab is active?
Comment 2 David Simonek 2007-03-28 17:13:42 UTC
Will try for M9.
Comment 3 David Simonek 2007-05-03 18:28:52 UTC
After some experiments, I finally tried to fix this by making active tab a
little brighter and only selected one made 1 pixel lower. Now it's far better
then before IMHO.

fixed in main trunk:
Checking in GtkViewTabDisplayerUI.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/GtkViewTabDisplayerUI.java,v
 <--  GtkViewTabDisplayerUI.java
new revision: 1.10; previous revision: 1.9
done
Checking in GtkEditorTabCellRenderer.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/GtkEditorTabCellRenderer.java,v
 <--  GtkEditorTabCellRenderer.java
new revision: 1.9; previous revision: 1.8