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 222230

Summary: I18N Selecting multibyte next in the output window does not show correctly
Product: platform Reporter: gansan
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal Keywords: I18N
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description gansan 2012-11-15 18:40:25 UTC
If multibyte text is in the output window, attempting to select it results in the selection appearing to be less than the full text.

To reproduce:

1. Run a program in the IDE that logs multibyte text to the console.
2. View the output window and attempt to select the text, or text that includes the multibyte characters. 
3. Observe that the selection highlight does not cover the entire text. A few characters are left out of the selection at the end. However, if you copy this selection and paste it, all of the text will be transferred.
Comment 1 Jaroslav Havlin 2012-11-16 08:26:17 UTC
I was able to reproduce the problem only when text wrapping was enabled. It is the same problem as bug 164355 (assumed fixed character width).
If you see the problem also when text wrapping is disabled, please attach a simple test case and reopen the issue.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 164355 ***