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 183355 - [69cat] Some options combo boxes are really weird
Summary: [69cat] Some options combo boxes are really weird
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: PC Linux
: P4 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: GTK
Depends on:
Blocks:
 
Reported: 2010-04-01 13:49 UTC by Michel Graciano
Modified: 2013-09-04 10:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The firt weird sample (47.60 KB, image/png)
2010-04-01 13:50 UTC, Michel Graciano
Details
The second weird sample (45.47 KB, image/png)
2010-04-01 13:51 UTC, Michel Graciano
Details
An correct sample (63.56 KB, image/png)
2010-04-01 13:51 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michel Graciano 2010-04-01 13:49:09 UTC
[ BUILD # : eb8d22d7ddd4 ]
[ JDK VERSION : 1.6.* ]

Some combo boxes in Options dialog looks really weird for GTK LAF as all in
'Font & Collors' and Editor > Mark Occurrences.
I will attach some sample where the combo boxes are really weird for GTK LAF
and of course an image with a correct one.
It probably is caused because many developers resize the components for fixed
sizes, and should I say it is a bad behaviour when we are talking about a
project which should run consistently in many OS and LAFs.
Well, if I need to broke this is many issues, just let me know since probably
it will involve some modules.
Comment 1 Michel Graciano 2010-04-01 13:50:25 UTC
Created attachment 96532 [details]
The firt weird sample
Comment 2 Michel Graciano 2010-04-01 13:51:05 UTC
Created attachment 96533 [details]
The second weird sample
Comment 3 Michel Graciano 2010-04-01 13:51:34 UTC
Created attachment 96534 [details]
An correct sample
Comment 4 Michel Graciano 2010-04-01 13:53:54 UTC
The first sample, the language combo box is incorrect and for the second one pay attention for Background combo box. In the second sample, all tabs have bad combos :(

The third sample is an correct combo box for Verbosity Level.
Comment 5 Jiri Kovalsky 2010-04-01 15:18:27 UTC
Isn't it JDK specific bug?
Comment 6 Michel Graciano 2010-04-01 16:55:47 UTC
It could be but I am not sure yet. I looked at org.netbeans.modules.options.editor.completion.CodeCompletionOptionsPanel at options.editor module and the problem is the custom cell render. I will try more tweaks soon and reply you if it could be fixed here or not. Since it is a minor issue the time is not a big problem :)
Comment 7 Theofanis Oikonomou 2013-09-04 10:09:58 UTC
I think that the issue is the custom renderers. This cannot be controlled by options.api. Please file seperate issues to each case that is affected. Thank you for reporting