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 167295

Summary: Code completion does not work well in JSP (javascript)
Product: javascript Reporter: Petr Dvorak <joshis>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Dvorak 2009-06-18 10:46:43 UTC
Product Version: NetBeans IDE 6.7 (Build 200906170001)
Java: 1.6.0_14; Java HotSpot(TM) Client VM 14.0-b16
System: Linux version 2.6.28-11-generic running on i386; UTF-8; en_US (nb)

1. Create a new JSP file containing only a single line (| stands for caret):

<input type="button" onclick="do|

2. Press Ctrl+Space
-> only DO and DOUBLE are suggested

3. Type 'c' (doc|) and press ctrl+space
-> much more suggestions are made

4. Delete "doc", type "this." and press Ctrl+Space
-> no suggestions (??)

5. Type "set" (this.set|) and press Ctrl+Space
-> many options are presented
Comment 1 Petr Pisl 2011-10-17 15:38:18 UTC
Reproducible in NB 7.1
Comment 2 Petr Hejl 2012-09-18 13:47:45 UTC
I think Martin is expert in this area.
Comment 3 Martin Fousek 2013-05-29 06:16:22 UTC
Reassigning to default owner.