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 268325 - html script rx,observable.map false syntax error
Summary: html script rx,observable.map false syntax error
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 17:46 UTC by proj964
Modified: 2016-10-03 17:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (49.83 KB, text/plain)
2016-10-03 17:46 UTC, proj964
Details

Note You need to log in before you can comment on or make changes to this bug.
Description proj964 2016-10-03 17:46:22 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  btnClickStream =
  Rx.Observable
    .fromEvent(addLocationBtn, 'click')
    .map(() => true)
    .forEach(val => console.log('btnClickStream val', val));

ACTUAL:
  "Expected an operand but found )"

EXPECTED:
  no erro
Comment 1 proj964 2016-10-03 17:46:25 UTC
Created attachment 162318 [details]
IDE log