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 131412 - Unable to use CompletionList invoked after name+dot
Summary: Unable to use CompletionList invoked after name+dot
Status: RESOLVED WORKSFORME
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Vojtech Sigler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 15:13 UTC by Michael Nazarov
Modified: 2009-04-10 14:53 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 Michael Nazarov 2008-03-28 15:13:20 UTC
There are two different types of code completion lists in NB -- first appears after Ctrl+Space
and second appears after one typed name and dot. As I found such functionality as clickOnItem
works fine for first type of lists and almost never works for second type. Completion list
just disappeared from editor without any effect. Approximately one attempt from ten brings
required result. Other functionality like findItemIndex works fine. And more -- clickOnItem
return not null but some result.
Comment 1 Vojtech Sigler 2009-04-10 14:53:09 UTC
I wrote a test to test both cases ("Ctrl+Space" and "dot"). In all tested cases (repeated about 15 times, both
completion list types) the desired list item was always clicked. I was unable to reproduce the error, closing as WORKSFORME.