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 174176 - I18N: layout issues on Run Monitor and Profile panels
Summary: I18N: layout issues on Run Monitor and Profile panels
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-10-09 03:11 UTC by Masaki Katakai
Modified: 2009-10-13 06:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (63.19 KB, image/png)
2009-10-09 03:12 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-10-09 03:11:29 UTC
Product Version: NetBeans Platform Dev (Build 200910080418)
Java: 1.6.0_13; Java HotSpot(TM) Client VM 11.3-b02
System: SunOS version 5.11 running on x86

When we localize labels, some buttons and messages are not fully displayed.
I'll attach the screenshot.
Comment 1 Masaki Katakai 2009-10-09 03:12:14 UTC
Created attachment 89151 [details]
screenshot
Comment 2 Maria Tishkova 2009-10-09 09:51:44 UTC
Alexey, please take a look
Comment 3 Alexey Vladykin 2009-10-09 14:29:13 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/df954c620b94

Please note that after localizing the labels you should also adjust
dlight.util/src/org/netbeans/modules/dlight/util/ui/Bundle.properties
String widths for laying out the components are calculated based on this Bundle contents.

Please let me know if there are any layout issues remaining.
Comment 4 Quality Engineering 2009-10-12 11:46:34 UTC
Integrated into 'main-golden', will be available in build *200910100201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/df954c620b94
User: Alexey Vladykin <alexey_vladykin@netbeans.org>
Log: #174176 I18N: layout issues on Run Monitor and Profile panels
Comment 5 Masaki Katakai 2009-10-13 06:33:11 UTC
Thank you very much Alexey, it's great!

I verified the fix on build 200910100201 with pseudo localized files.
Once we finish actual translation, I'll check again but marked as verified now.