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 268935 - AngularJS Editor won't allow double brace since upgrade from 8.1 to 8.2
Summary: AngularJS Editor won't allow double brace since upgrade from 8.1 to 8.2
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-10 21:59 UTC by pouletfou
Modified: 2017-04-12 10:26 UTC (History)
1 user (show)

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 pouletfou 2016-11-10 21:59:54 UTC
I recently upgraded Netbeans from 8.1 to 8.2 (on macOs Sierra) and discovered today I can't type double braces "{{" in my html templates.

Whenever I type a brace, typing a second one does nothing. If I type a space in between, I can't use backspace to delete the space between them.

Disabling the plugin makes it work but I lose everything else the plugin offers.
Comment 1 arusinha 2017-04-12 10:23:12 UTC
The bug is non existent in NetBeans IDE 8.2 (Build 201609300101)
Tested the below AngularJS script wherein edit is working fine


<!doctype html>
<html ng-app>  
   <head>
      <script src = "https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
   </head>  
   <body>
      <div>
         <label>Name:</label>
         <input type = "text" ng-model = "yourName" placeholder = "Enter a name here">
         <hr />
         
         <h1>Hello{{yourName}}!</h1>
      </div>    
   </body>
</html>

Moving the bug to category Third-party
Comment 2 arusinha 2017-04-12 10:26:13 UTC
Also please inform this issue to the plugin author