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 - I18N Selecting multibyte next in the output window does not show correctly
Summary: I18N Selecting multibyte next in the output window does not show correctly
Status: RESOLVED DUPLICATE of bug 164355
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2012-11-15 18:40 UTC by gansan
Modified: 2012-11-16 08:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***