Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323849

Summary: [content assist] Filtering down JavaScript content assist proposals does not work for qualified types in web pages
Product: [WebTools] JSDT Reporter: Chris Jaun <cmjaun>
Component: GeneralAssignee: Chris Jaun <cmjaun>
Status: RESOLVED FIXED QA Contact: Nitin Dahyabhai <thatnitind>
Severity: normal    
Priority: P3 CC: ccc
Version: 3.2.1Flags: thatnitind: review+
Target Milestone: 3.0.5 P   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 316209    
Bug Blocks:    
Attachments:
Description Flags
patch none

Description Chris Jaun CLA 2010-08-27 11:33:50 EDT
+++ This bug was initially created as a clone of Bug #316209 +++

1. Create a static web project.
2. Create a web page
3. Add a script tag in the web page
4. Create a type that is part of a namespace. Call it namespace.MyType.
4. Type var c = new My
5. Attempt content assist.

You should see namespace.MyType in the list.

Type 'T' to filter down the list.

namespace.MyType disappears.

This only happens in web pages and only with "qualified" types. I am able to filter down on something like "Date".
Comment 1 Chris Jaun CLA 2010-08-27 11:36:21 EDT
Created attachment 177624 [details]
patch
Comment 2 Carl Anderson CLA 2010-08-30 17:46:54 EDT
Committed to R3_0_5_patches