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 - Code completion does not work well in JSP (javascript)
Summary: Code completion does not work well in JSP (javascript)
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-18 10:46 UTC by Petr Dvorak
Modified: 2013-07-18 08:30 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 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.