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

Summary: Code completion doesn't appears after canceling it.
Product: web Reporter: Christian Lenz <chrizzly>
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: DEFECT Exception Reporter:

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