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 - Partial editor tab does not show modified color
Summary: Partial editor tab does not show modified color
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 11:18 UTC by Stanislav Aubrecht
Modified: 2009-11-02 11:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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