Bug 412428 - Incorrect filtering of content assist proposals
Summary: Incorrect filtering of content assist proposals
Status: UNCONFIRMED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Justin Early CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 13:54 EDT by Victor Rubezhny CLA
Modified: 2017-04-11 15:12 EDT (History)
0 users

See Also:


Attachments
Screenshot 1 - all the properties are in CA proposal list (136.49 KB, image/png)
2013-07-05 13:56 EDT, Victor Rubezhny CLA
no flags Details
Screenshot 2 - properties in CA proposal list are filtered by first typed letter 'd' - correct (138.89 KB, image/png)
2013-07-05 13:57 EDT, Victor Rubezhny CLA
no flags Details
Screenshot 3 - properties in CA proposal list are still filtered by first typed letter 'd' but they should not- incorrect (136.28 KB, image/png)
2013-07-05 13:58 EDT, Victor Rubezhny CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Rubezhny CLA 2013-07-05 13:54:32 EDT
VJET incorrectly filters content assist proposals.

Steps to reproduce:

EXECUTE: 
- Import the attached project using Import Maven Project wizard
- Open jboss-as-kitchensink-html5-mobile/src/main/webapp/js/app.js file with VJET Editor and scroll to registerMember(memberData) function.
- insert a new line after the following line of text: "data: JSON.stringify(memberData)," and save the file.
- Press Ctrl-Space due to invoke Content Assistant.
ASSERT: See many of properties in the list of proposals (See screenshot 1)

EXECUTE:
- Close Content Assist window by pressing Esc.
- Type letter 'd' and save the file.
- Press Ctrl-Space due to invoke Content Assistant.
ASSERT: See only two properties that starts with letter 'd' in the list of proposals (See screenshot 2)

EXECUTE:
- Close Content Assist window by pressing Esc.
- Move the text cursor right before just typed letter 'd'.
- Press Ctrl-Space due to invoke Content Assistant.
FAILED: See only two properties that starts with letter 'd' in the list of proposals (See screenshot 3) - There should be shown all the available properties in content assistant without any filtering as they were shown at screenshot 1.
Comment 1 Victor Rubezhny CLA 2013-07-05 13:56:03 EDT
Created attachment 233142 [details]
Screenshot 1 - all the properties are in CA proposal list
Comment 2 Victor Rubezhny CLA 2013-07-05 13:57:20 EDT
Created attachment 233143 [details]
Screenshot 2 - properties in CA proposal list are filtered by first typed letter 'd' - correct
Comment 3 Victor Rubezhny CLA 2013-07-05 13:58:25 EDT
Created attachment 233144 [details]
Screenshot 3 - properties in CA proposal list are still filtered by first typed letter 'd' but they should not- incorrect