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 241599 - Dots in the javascript expression trigger an error.
Summary: Dots in the javascript expression trigger an error.
Status: RESOLVED DUPLICATE of bug 236856
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-09 12:32 UTC by AntoinePolatouche
Modified: 2014-04-18 07:13 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 AntoinePolatouche 2014-02-09 12:32:44 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Linux version 3.5.0-45-generic running on i386
Java; VM; Vendor = 1.7.0_51
Runtime = OpenJDK Client VM 24.45-b08
Comment 1 AntoinePolatouche 2014-02-09 12:34:14 UTC
in a CSS file, this code (from tikiwiki source code) :

.TextArea-fullscreen {
	top: expression(eval(document.body.scrollTop + 15) + "px");
}

triggers a  "Unexpected token DOT found"
Comment 2 Vladimir Riha 2014-04-18 07:13:28 UTC

*** This bug has been marked as a duplicate of bug 236856 ***