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 89195

Summary: Partial editor tab does not show modified color
Product: platform Reporter: Stanislav Aubrecht <saubrecht>
Component: Window SystemAssignee: issues@platform <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: dsimonek, saubrecht
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Stanislav Aubrecht 2006-11-13 11:18:59 UTC
When there are too many tabs to show, NetBeans shows a partial tab at either end
of the tab bar. However it does not correctly show blue text if that partial tab
is associated with a modified file.

See attached Picture 1.

Also, it appears that the arrows for left/right movement of the tab bar respond
to both mouse button down and mouse button up, resulting in two events being
fired. They should only respond to mouse button down.
Comment 1 Stanislav Aubrecht 2006-11-21 12:42:38 UTC
fixed the tab scrolling part:

Checking in TabControlButtonFactory.java;
/cvs/core/swing/tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/TabControlButtonFactory.java,v
 <--  TabControlButtonFactory.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 Stanislav Aubrecht 2006-11-21 12:45:06 UTC
i don't see any simple fix for the wrong colors of partial tabs. the text color
comes from html tags. however the tags are stripped so that tab renderer can
calculate how many chars are visible...
Comment 3 Stanislav Aubrecht 2007-07-04 16:07:34 UTC
cosmetic issue - lowering priority
Comment 4 Stanislav Aubrecht 2008-12-05 09:46:38 UTC
closing
Comment 5 Quality Engineering 2009-11-02 11:04:37 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX