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 94246 - Auto-capitalization bug
Summary: Auto-capitalization bug
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: _ jimdavidson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-03 02:38 UTC by bugbridge
Modified: 2007-12-07 16:41 UTC (History)
1 user (show)

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 bugbridge 2007-02-03 02:38:19 UTC
Original status: 5-Cause Known

On 2005-12-16 mikhailmatveev wrote:

0. Open some rowset.
1. Enter text:

SELECT ALL TRAVEL.PERSON.PERSONID, 
                    TRAVEL.PERSON.PERSON, 
                    TRAVEL.PERSON.JOBTITLE, 
                    TRAVEL.PERSON.FREQUENTFLYER 
FROM TRAVEL.PERSON
WHERE TRAVEL.PERSON.JOBTITLE  LIKE  '\'like 

Result: after entering last space, 'like' word is auto-capitalized. It's wrong,
because it's inside of string literal.