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 82774 - Expandable palette separators do not honor --fontsize
Summary: Expandable palette separators do not honor --fontsize
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 5.x
Hardware: All Mac OS X
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: I18N
: 80874 109417 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-15 21:29 UTC by jlam
Modified: 2008-12-22 13:47 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture with fontsize increased (76.35 KB, image/png)
2006-08-15 21:30 UTC, jlam
Details
screenshot (301.10 KB, application/octet-stream)
2006-08-23 08:15 UTC, Milos Kleint
Details
Netbeans Palette (71.27 KB, application/octet-stream)
2006-08-23 16:45 UTC, jlam
Details
Oops, forgot to name it a jpeg. (71.27 KB, image/jpeg)
2006-08-23 16:47 UTC, jlam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jlam 2006-08-15 21:29:14 UTC
This seems to be the same issue as submitted by
http://www.netbeans.org/issues/show_bug.cgi?id=80874

We have only been able to reproduce this on MAC.  That may be why it was not
reproducable on the trunk back in 5.0.

I am attaching a picture.
Comment 1 jlam 2006-08-15 21:30:57 UTC
Created attachment 32972 [details]
Picture with fontsize increased
Comment 2 jlam 2006-08-15 23:26:33 UTC
Please ignore this bug until I get a chance to confirm a few things.  My apologies.
Comment 3 Marian Mirilovic 2006-08-16 09:44:14 UTC
*** Issue 80874 has been marked as a duplicate of this issue. ***
Comment 4 Stanislav Aubrecht 2006-08-22 17:24:30 UTC
milos, are you able to reproduce this on your mac?
Comment 5 Milos Kleint 2006-08-23 08:15:21 UTC
Created attachment 33185 [details]
screenshot
Comment 6 Milos Kleint 2006-08-23 08:21:55 UTC
i'm experiencing opposite effects, see screenshot.
Comment 7 Stanislav Aubrecht 2006-08-23 09:48:41 UTC
joesjoes5, your screenshot does not show the common palette maintained by core
team. you need to file a new bug against creator's palette.

i can only fix the issue demonstrated in milos' screenshot
Comment 8 jlam 2006-08-23 16:45:54 UTC
Created attachment 33207 [details]
Netbeans Palette
Comment 9 jlam 2006-08-23 16:47:11 UTC
Created attachment 33208 [details]
Oops, forgot to name it a jpeg.
Comment 10 jlam 2006-08-23 16:47:36 UTC
My apologies. I sent the wrong feature.  Creator specific palette will not be
used going forward.  Here is the screen shot that I meant to attach.  Also, you
are right, it is actually oppossite from what was described.  Apologies again
for the confusion, unfortunately I am forwarding this bug as I am not running on
a MAC.
Comment 11 Stanislav Aubrecht 2006-08-24 10:21:43 UTC
joejoes75, please provide netbeans & jdk versions
the behavior we can reproduce is the opposite to your attached screenshot - in
our ide we see that the palette separators have correct size while the palette
items still use invalid (small) font size.
Comment 12 _ jimdavidson 2006-08-24 19:19:43 UTC
OS: Mac OS X 10.4.7

Java: 1.5.0_06

Netbeans: Netbeans 5.5 Dev (Build 200608100000)

I just tested this, and the problem still exists.
Comment 13 _ jimdavidson 2006-08-24 19:26:14 UTC
To clarify:

The image (Picture 12.png) was created with: -fontsize 8

So, the separators are the correct size.  The palette items use the invalid
(large) size.  That may be consistent with what you're seeing.
Comment 14 Stanislav Aubrecht 2007-10-15 17:28:34 UTC
fixed

/cvs/core/palette/src/org/netbeans/modules/palette/ui/CategoryList.java,v  <--  CategoryList.java
new revision: 1.19; previous revision: 1.18
done
Checking in CategoryButton.java;
/cvs/core/palette/src/org/netbeans/modules/palette/ui/CategoryButton.java,v  <--  CategoryButton.java
new revision: 1.15; previous revision: 1.14
Comment 15 Stanislav Aubrecht 2007-11-02 15:41:13 UTC
*** Issue 109417 has been marked as a duplicate of this issue. ***