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 - Some dialogs have strings with fixed font size
Summary: Some dialogs have strings with fixed font size
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Beans (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: I18N
Depends on:
Blocks: 45719
  Show dependency tree
 
Reported: 2003-06-18 13:38 UTC by Jan Becicka
Modified: 2005-12-09 09:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen1 (10.11 KB, image/png)
2003-06-18 13:41 UTC, Jan Becicka
Details
screen2 (13.58 KB, image/png)
2003-06-18 13:41 UTC, Jan Becicka
Details
screen3 (9.74 KB, image/png)
2003-06-18 13:42 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
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