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 114603 - I18N - Property binding dlg does not accept fontsize 16 for all of its text
Summary: I18N - Property binding dlg does not accept fontsize 16 for all of its text
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pegah Sarram
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-09-04 11:52 UTC by kaa
Modified: 2007-10-03 18:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
image (120.97 KB, image/jpeg)
2007-09-04 11:52 UTC, kaa
Details
Property binding dialog (87.85 KB, application/octet-stream)
2007-09-04 23:35 UTC, Pegah Sarram
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-09-04 11:52:06 UTC
build 0830, ja_JP, -- fontsize 16

1. Create Visual Web App
2. Drop a table from the palette
3. Open Property binding dialog using pop-up menu

There is a text with fontsize 11. 
Chinese fonts are not of as good quality with default ide font size.
They are too small to be viewed ok. The localized chinese release makes global size to be 14.
Comment 1 kaa 2007-09-04 11:52:49 UTC
Created attachment 48026 [details]
image
Comment 2 Pegah Sarram 2007-09-04 23:34:12 UTC
Running the IDE with --fontsize option has no effect on the text size of the property types (for example boolean) in the
property binding dialog. This is true even for English. See attached image.
Comment 3 Pegah Sarram 2007-09-04 23:35:46 UTC
Created attachment 48103 [details]
Property binding dialog
Comment 4 Pegah Sarram 2007-09-05 01:19:52 UTC
The property name and type are now shown with the same font size.

Checking in BindingSourcePanel.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/BindingSourcePanel.java,v  <--
 BindingSourcePanel.java
new revision: 1.2; previous revision: 1.1
done
Checking in nodes/PropertyTargetNode.java;
/cvs/visualweb/propertyeditors/src/org/netbeans/modules/visualweb/propertyeditors/binding/nodes/PropertyTargetNode.java,v
 <--  PropertyTargetNode.java
new revision: 1.2; previous revision: 1.1
done
Comment 5 kaa 2007-10-03 18:46:08 UTC
verified: build 0927