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 - [GTK] The table header in the sources window is inconsistent with Nimbus theme
Summary: [GTK] The table header in the sources window is inconsistent with Nimbus theme
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 6.x
Hardware: All Solaris
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: L&F
Depends on:
Blocks: 131305
  Show dependency tree
 
Reported: 2008-04-15 11:06 UTC by Ondrej Langr
Modified: 2008-12-22 14:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
button-like appearance of the table header in the sources window (10.20 KB, image/jpeg)
2008-04-15 11:07 UTC, Ondrej Langr
Details

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