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 173836 - I18N: Find Issue and New Issue label not properly internationalized
Summary: I18N: Find Issue and New Issue label not properly internationalized
Status: VERIFIED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-10-06 10:11 UTC by Jaromir Uhrik
Modified: 2009-11-02 12:53 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (13.25 KB, image/png)
2009-10-06 10:13 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2009-10-06 10:11:03 UTC
Product Version: NetBeans IDE 6.8 Beta (Build 200909281634)
Java: 1.6.0_16; Java HotSpot(TM) Client VM 14.2-b01
System: Windows XP version 5.1 running on x86; MS932; ja_JP (nb)

Open a kenai project, expand its Issues node in kenai dashboard and push Find Issue (it is the same for New Issue). The
page main label is not internationalized properly - see attached screenshot...
Comment 1 Jaromir Uhrik 2009-10-06 10:13:29 UTC
Created attachment 88886 [details]
Screenshot attached...
Comment 2 Masaki Katakai 2009-10-13 03:45:45 UTC
It looks "Lucida Grade" fonts are used, which become rectangle when we use Japanese characters.

./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:              <Font name="Lucida Grande" size="13"
style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:                  <Font name="Lucida Grande"
size="13" style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:                  <Font name="Lucida Grande"
size="13" style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:                  <Font name="Lucida Grande"
size="13" style="1"/>
./bugzilla/src/org/netbeans/modules/bugzilla/query/QueryPanel.form:                  <Font name="Lucida Grande"
size="13" style="1"/>
Comment 3 Tomas Stupka 2009-10-13 10:09:14 UTC
thanks for the tip masaki, but we use lucida G in all other dialogs. It seems to be a problem only in the title with the
bigger font. will evaluate.
Comment 4 Jaromir Uhrik 2009-10-13 14:31:04 UTC
Ups I haven't been strict enough when reported this issue. The title is wrong in following forms:
-saved query
-find issue
-new issue
On the other hand it is OK in Issue mask.
Maybe it helps.
Comment 5 Ondrej Vrabec 2009-10-14 16:04:10 UTC
fixed: cdev #f3ab05b88e52
Comment 6 Quality Engineering 2009-10-16 10:14:54 UTC
Integrated into 'main-golden', will be available in build *200910160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f3ab05b88e52
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #173836 - I18N: Find Issue and New Issue label not properly internationalized
correctly setting the font
Comment 7 Jaromir Uhrik 2009-11-02 12:53:24 UTC
Verified.