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 137488 - convert to uppercase works only the first time
Summary: convert to uppercase works only the first time
Status: RESOLVED DUPLICATE of bug 135732
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 20:42 UTC by rstaff
Modified: 2008-06-18 07:13 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 rstaff 2008-06-17 20:42:28 UTC
1.  Open a Java source file and select any text.
2.  Press ctrl-u then u to convert the selected text to uppercase.
3.  Selected the same text or different text anywhere in the same file and convert it to uppercase.  This time, and any
time after the first conversion, only the character to the right of the selection is converted.
4.  Close the file and reopen it and the same thing happens - the text is converted properly the first time, but each
subsequent conversion only converts the character to the right.
5.  Switch to another file and you will get the same results.

The same events happen when converting text to lowercase or toggling the case.
Comment 1 Jiri Prox 2008-06-18 07:13:06 UTC
This is already filed as issue 135732. Thanks for your report anyway

*** This issue has been marked as a duplicate of 135732 ***