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

Summary: Auto-capitalization bug
Product: obsolete Reporter: bugbridge <bugbridge>
Component: visualwebAssignee: _ jimdavidson <jimdavidson>
Status: NEW ---    
Severity: blocker CC: mikhailmatveev
Priority: P4    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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.