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 132862

Summary: [GTK] The table header in the sources window is inconsistent with Nimbus theme
Product: platform Reporter: Ondrej Langr <olangr>
Component: Outline&TreeTableAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED WONTFIX    
Severity: blocker CC: saubrecht
Priority: P3 Keywords: L&F
Version: 6.x   
Hardware: All   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 131305    
Attachments: button-like appearance of the table header in the sources window

Description Ondrej Langr 2008-04-15 11:06:48 UTC
It looks like a button, while correct appearance would be of nimbus style table header.
Comment 1 Ondrej Langr 2008-04-15 11:07:57 UTC
Created attachment 60192 [details]
button-like appearance of the table header in the sources window
Comment 2 Martin Entlicher 2008-04-15 12:32:26 UTC
Tables are implemented in openide.
Comment 3 Stanislav Aubrecht 2008-04-18 08:17:08 UTC
the faulty class is probably SortingHeaderRenderer in org.openide.explorer.view.TreeTableView in module openide.explorer.
marek, pls look at it, thanks
Comment 4 Ondrej Langr 2008-08-15 15:02:30 UTC
Additional suggestion: please hide the table header if there is no data in the table. It looks somewhat forlorn there
without any title .. and it's purpose is difficult to guess.
Comment 5 Stanislav Aubrecht 2008-08-21 12:12:55 UTC
reassigning to debugger to hide the TTV when it's empty
then reassign back and we'll take care of the header appearance 
Comment 6 Martin Entlicher 2008-08-21 12:58:47 UTC
I'd say that the problem of appearance is totally independent of problem that it's sometimes displayed empty.
Comment 7 Stanislav Aubrecht 2008-08-21 13:10:41 UTC
> I'd say that the problem of appearance is totally independent of problem that it's sometimes displayed empty.
sure, i was just lazy to file a separate issue:)
Comment 8 Martin Entlicher 2008-09-25 14:04:19 UTC
I've submitted issue #148359 for windows with empty tables.
Therefore I'm moving this back to tree table view...
Comment 9 Stanislav Aubrecht 2008-09-30 12:31:29 UTC
jdk bug: http://bugs.sun.com/view_bug.do?bug_id=6354793