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 90984

Summary: completion in .js should be canceled after typing ";"
Product: javascript Reporter: Pavel Buzek <pbuzek>
Component: EditorAssignee: Daniel Prusa <dprusa>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Pavel Buzek 2006-12-12 19:26:54 UTC
This is a strange little issues that I came across randomly, probably won't
happen too often, but...
Try typing something in editor (e.g. "a"), Ctrl+Space to open completion, type
";", completion shows keywords starting with Array, press enter, it enters
"a;rray". Strange.
Comment 1 Jan Jancura 2007-04-01 21:25:43 UTC
reproducible
Comment 2 Daniel Prusa 2007-07-09 15:35:08 UTC
Fixed.

/cvs/languages/engine/src/org/netbeans/modules/languages/features/CompletionSupport.java
new revision: 1.10; previous revision: 1.9
Comment 3 Radim Roska 2007-08-07 15:00:33 UTC
VERIFIED