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 255364 - Code completion doesn't appears after canceling it.
Summary: Code completion doesn't appears after canceling it.
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-17 12:56 UTC by Christian Lenz
Modified: 2015-09-17 12:56 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 Christian Lenz 2015-09-17 12:56:05 UTC
When I type "<" the code completions comes up, when I hit "esc" or set the focus to an other part, the code completions disappears, what I expect. But when I type "d" behind the "<" the code completion should comes up again. I expect, that the code completions comes up again. The expected behavior is implemented in intelliJ, I tested it in Visual Studio but the code completions doesn't comes up to.

The same for attributes, when I hit "space" I got the code completion, when I hit "esc" or lost focus, it disappears, what I expect. When I hit a character like "n" for ng-if, the code completions doesn't comes up. I expect that the code completions comes up again. The expected behavior is available in Visual Studio and IntelliJ as well.


Regards

Chris