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 37395 - Metal L&F - wrong drag texture
Summary: Metal L&F - wrong drag texture
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: L&F
Depends on:
Blocks:
 
Reported: 2003-11-21 08:20 UTC by jrojcek
Modified: 2008-12-22 21:50 UTC (History)
0 users

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 jrojcek 2003-11-21 08:20:13 UTC
2) the drag texture in document tab is not the
same as in the spec

http://ui.netbeans.org/nonav/docs/ui/ws_issues/ws_issues-metal.html
Comment 1 David Simonek 2003-12-01 17:29:26 UTC
Fixed in main trunk.
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/tabcontrol/MetalUtils.java,v
 new revision: 1.2; previous revision: 1.1
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/tabcontrol/MetalViewTabUI.java,v
 new revision: 1.8; previous revision: 1.7
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/tabcontrol/ScrollableTabsUI.java,v
 new revision: 1.9; previous revision: 1.8
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/tabcontrol/TabsUI.java,v
 new revision: 1.3; previous revision: 1.2
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/tabcontrol/WindowsScrollableTabsUI.java,v
 new revision: 1.5; previous revision: 1.4
/cvs/core/windows/src/org/netbeans/core/windows/view/ui/tabcontrol/XPScrollableTabsUI.java,v
 new revision: 1.5; previous revision: 1.4
Comment 2 jrojcek 2003-12-05 11:00:23 UTC
The same thing as with window headers should be fixed here. The bottom
dot in drag texture should be dark gray, not white.
Comment 3 David Simonek 2003-12-05 12:16:41 UTC
fixed in main trunk.
core/windows/src/org/netbeans/core/windows/view/ui/tabcontrol/MetalUtils.java;
new revision: 1.3; previous revision: 1.2
Comment 4 Marian Mirilovic 2004-03-16 17:23:14 UTC
verified in [nb 3.6 rc1](200403141830)