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 44390 - Borders not drawn on sliding window buttons in GTK
Summary: Borders not drawn on sliding window buttons in GTK
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2004-06-06 23:51 UTC by Jesse Glick
Modified: 2008-12-22 16:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot; note lack of any indication that the sliding buttons behave as buttons (20.69 KB, image/png)
2004-06-06 23:52 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-06 23:51:40 UTC
040606, but true for as long as I can remember. No
borders are drawn on sliding window buttons in
GTK, which looks bad and also means there is no
rollover effect, so it is hard to tell if the
mouse is actually over a button or not. For that
matter, the focus is not painted on these buttons
either, so it is hard to even tell if you are
really clicking them. See screenshot.
Comment 1 Jesse Glick 2004-06-06 23:52:53 UTC
Created attachment 15504 [details]
Screenshot; note lack of any indication that the sliding buttons behave as buttons
Comment 2 Jesse Glick 2004-06-06 23:53:20 UTC
BTW: JDK 1.5.0 b54.
Comment 3 Milos Kleint 2004-06-07 12:17:30 UTC
reassinging..
buttonUI for gtk was not implemented yet.. the described behaviour is the general fallback 
that is just togglebuttonUI.
Comment 4 Milos Kleint 2004-06-08 09:01:03 UTC
implementing slidingbutton UI class for gtk. behaves like a toggle
button in toolbar, border present.
Comment 5 Marian Mirilovic 2004-06-30 09:01:08 UTC
verified in [nb_dev](200406291800)