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 232056 - Filter breaks property's resolution
Summary: Filter breaks property's resolution
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-01 06:54 UTC by Vladimir Riha
Modified: 2013-07-02 06:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (54.97 KB, text/x-log)
2013-07-01 06:54 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2013-07-01 06:54:56 UTC
Created attachment 136524 [details]
IDE log

Please try this in html file:

...
        Enter number: <input style="" ng-model='val'><br>
        Default formatting: {{val}}<br>
        No fractions: {{val| number:0}}<br>
        Negative number: {{-val| number:4}}
...


and have corresponding controller with $scope.val/

=> if you select 'val' in ng-model, the last 2 expressions with filter "|" are not highlighted
=> val in last 2 expressions is purple instead of black (random)
=> go to declaration fails for last 2 expressions



Product Version: NetBeans IDE Dev (Build web-main-10945-on-20130629)
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.2.0-45-generic-pae running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2013-07-01 08:09:01 UTC
Should be fixed in web-main:
http://hg.netbeans.org/web-main/rev/2a2bba268265
Comment 2 Quality Engineering 2013-07-02 02:15:02 UTC
Integrated into 'main-silver', will be available in build *201307012300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2a2bba268265
User: Petr Pisl <ppisl@netbeans.org>
Log: #232056 - Filter breaks property's resolution
Comment 3 Vladimir Riha 2013-07-02 06:34:17 UTC
Thank you, verified


Product Version: NetBeans IDE Dev (Build 201307012300)
Updates: Updates available
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Linux version 3.2.0-45-generic-pae running on i386; UTF-8; en_US (nb)