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 36883

Summary: Right side of document tab border isn't visible
Product: platform Reporter: Marian Mirilovic <mmirilovic>
Component: Window SystemAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: mslama, pzavadsky
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: tab without left side border

Description Marian Mirilovic 2003-10-29 09:26:12 UTC
[nb winsys](031029), [jdk1.4.2_02]


See attached screenshot
Comment 1 Marian Mirilovic 2003-10-29 09:26:50 UTC
Created attachment 11998 [details]
tab without left side border
Comment 2 _ tboudreau 2003-11-11 16:16:37 UTC
I'll take this issue - I have a fix ready to commit after the merge.

FYI, the problem is that the clip rectangle was set to the same width
as the polygon, so its edge is not painted.
Comment 3 David Simonek 2003-11-11 16:20:45 UTC
OK, and FYI, I'm not modifying Metal painting code to include correct
colors, correct 3d effects and correct bottom border as UI spec
defines. Just in case so that we don't work on the same thing. Thx.
Comment 4 _ tboudreau 2003-11-12 12:46:16 UTC
Fixed in trunk.
Comment 5 Marian Mirilovic 2003-12-15 14:37:22 UTC
verified in [nb_dev](200312141900)