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 44452 - [GTK] Toolbars UI is not correct
Summary: [GTK] Toolbars UI is not correct
Status: RESOLVED DUPLICATE of bug 86265
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2004-06-07 16:15 UTC by _ rkubacki
Modified: 2008-12-22 16:49 UTC (History)
1 user (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 _ rkubacki 2004-06-07 16:15:36 UTC
Running on JDK1.5.0b54, Linux fedora core 2, IDE
build from Jun7

There is a small white area in the middle of
toolbar next to grip - Separator added by
o.o.awt.Toolbar.addGrip(). It is not visible on
other L&Fs but most likely should be removed and
width of grip adjusted.

ToolbarBump does not follow look of native
widgets. We need special grip.

Toolbar buttons have dimension 25x25. Maybe a
problem, maybe not.
Comment 1 David Simonek 2004-06-14 17:33:01 UTC
Passing to Tim.
Comment 2 _ tboudreau 2004-06-26 23:42:06 UTC
Can't reproduce the "small white area" problem; sizing issues are fixed.

Well, what we need is access to the bitmap GTK gets from the OS theme
for the toolbar grip, since this varies by theme.  Since we don't use
floating toolbars, it will not be displayed by default.

So, bumps will have to do for now, or some other UI of our choice, but
it won't be the theme based one unless we just use standard Swing
floating toolbars (which still don't work very well - I don't
recommend it).

Comment 3 _ tboudreau 2004-07-21 14:28:43 UTC
GTK L&F will not be supported for promo D -> P4
Comment 4 Jan Chalupa 2004-11-01 16:50:29 UTC
Re-assigning Tim's issues to Dafe.
Comment 5 David Simonek 2005-01-19 15:10:28 UTC
Passing to Martin to distribute bugs evenly. Thanks Martine :-)
Comment 6 Martin Krauskopf 2006-01-06 09:48:00 UTC
CCing toolbar maintainer. This is GTK issue so I'm leaving it assigned to me.
Don't know how much you may test on Linux. Feel free to reassign or give any
suggestions. (yup, I didn't take a look at the code yet)
Comment 7 lkishalmi 2006-09-22 14:13:19 UTC
I cannot reproduce it as well using both 1.5.0 and 1.6.0 JDK
Probably it was really a GTK bug or has been fixed indirectly.
The reporter of this bug sall test it again, and if there's not problem the
issue shall be closed.
Comment 8 mslama 2006-10-02 12:06:11 UTC
GTK L&F is now being reviewed (for JDK 6.0). See issue #86265

*** This issue has been marked as a duplicate of 86265 ***