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 236252 - garbled text in notification window
Summary: garbled text in notification window
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: GTK, I18N
Depends on:
Blocks:
 
Reported: 2013-09-23 05:17 UTC by junichi11
Modified: 2013-10-03 13:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (11.54 KB, image/png)
2013-09-23 05:17 UTC, junichi11
Details

Note You need to log in before you can comment on or make changes to this bug.
Description junichi11 2013-09-23 05:17:38 UTC
Created attachment 140361 [details]
screenshot

I found garbled text in notification window with NB74rc1 Japanese.
Could you try to see a attachment?

my environment:
Product Version: NetBeans IDE 7.4 RC1 (Build 201309162201)
Java: 1.7.0_40; Java HotSpot(TM) Client VM 24.0-b56
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b43
System: Linux version 3.2.0-53-generic-pae running on i386; UTF-8; ja_JP (nb)

Thanks.
Comment 1 junichi11 2013-09-28 05:50:30 UTC
I can find garbled text at all of headlines when I click them.

- priority (優先度)
- message (メッセージ)
- date (作成日)
- category (カテゴリ)
Comment 2 Jan Peska 2013-09-30 07:56:42 UTC
It seems to be a problem with ETable - sorting data by a column (clicking on a column) causes it. Reassigning to Outline/TreeTable
Comment 3 Martin Entlicher 2013-10-03 13:10:26 UTC
Reproduced. It's probably GTK-specific. The text is visible without problems on Metal L&F.
Comment 4 Martin Entlicher 2013-10-03 13:28:57 UTC
Since this is GTK-specific, I do not think it's P2.