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 34455

Summary: Some dialogs have strings with fixed font size
Product: java Reporter: Jan Becicka <jbecicka>
Component: BeansAssignee: Jan Becicka <jbecicka>
Status: VERIFIED FIXED    
Severity: blocker CC: kfrank
Priority: P3 Keywords: I18N
Version: -S1S-   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 45719    
Attachments: Screen1
screen2
screen3

Description Jan Becicka 2003-06-18 13:38:37 UTC
I found 3 dialogs with strings with fixed fontsize:

Add | Property
Add | Indexed Property
Add | Unicast Event Source
Comment 1 Jan Becicka 2003-06-18 13:41:05 UTC
Created attachment 10718 [details]
Screen1
Comment 2 Jan Becicka 2003-06-18 13:41:33 UTC
Created attachment 10719 [details]
screen2
Comment 3 Jan Becicka 2003-06-18 13:42:24 UTC
Created attachment 10720 [details]
screen3
Comment 4 Jan Becicka 2003-06-18 15:53:16 UTC
Found in S1S ML 030616_1
Comment 5 Ken Frank 2003-06-21 16:17:43 UTC
It seems like it would be ok for parts of a window
to have a different fontsize, but if user or localized release chooses
14 point, but some part of window, like ones in this
issue use 12 pt for example, maybe this is not desired.
And since fontsize is a11y issue also, maybe all
parts of windows do need to be at least default
or user chosen font size or bigger, not smaller ?

ken.frank@sun.com
Comment 6 Jan Becicka 2004-07-29 10:37:23 UTC
Checking in UEventSetPatternPanel.java;
/cvs/beans/src/org/netbeans/modules/beans/UEventSetPatternPanel.java,v
 <--  UEventSetPatternPanel.java
new revision: 1.26; previous revision: 1.25
done
Checking in PropertyPatternPanel.java;
/cvs/beans/src/org/netbeans/modules/beans/PropertyPatternPanel.java,v
 <--  PropertyPatternPanel.java
new revision: 1.27; previous revision: 1.26
done
Checking in IdxPropertyPatternPanel.java;
/cvs/beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.java,v
 <--  IdxPropertyPatternPanel.java
new revision: 1.23; previous revision: 1.22
done
Checking in IdxPropertyPatternPanel.form;
/cvs/beans/src/org/netbeans/modules/beans/IdxPropertyPatternPanel.form,v
 <--  IdxPropertyPatternPanel.form
new revision: 1.8; previous revision: 1.7
done
Comment 7 Jan Becicka 2005-12-09 09:37:25 UTC
Verified