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

Summary: garbled text in notification window
Product: platform Reporter: junichi11
Component: Outline&TreeTableAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal CC: mmirilovic
Priority: P3 Keywords: GTK, I18N
Version: 7.4   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

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.