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

Summary: Borders not drawn on sliding window buttons in GTK
Product: platform Reporter: Jesse Glick <jglick>
Component: Window SystemAssignee: Milos Kleint <mkleint>
Status: CLOSED FIXED    
Severity: blocker CC: tboudreau
Priority: P3 Keywords: GTK
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot; note lack of any indication that the sliding buttons behave as buttons

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)