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 235671 - function parameter parsing error
Summary: function parameter parsing error
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal with 2 votes (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 238290 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-09-09 07:42 UTC by Marek Fukala
Modified: 2015-02-03 21:35 UTC (History)
2 users (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 Marek Fukala 2013-09-09 07:42:46 UTC
extracted fom the issue 235648:

.clz { width: expression(this.parent.offsetWidth); }

there are parsing errors in the expression function call above.
Comment 1 roti 2013-11-12 11:09:46 UTC
and this rule marked as error too:

height: expression(this.scrollHeight<200 ? "200px" : "auto");

"
line 88:45 Unecpected character(s) ? found

Unexpected token COLON found
"
Comment 2 Vladimir Riha 2013-11-13 13:07:30 UTC
*** Bug 238290 has been marked as a duplicate of this bug. ***
Comment 3 ssch 2015-02-03 20:39:17 UTC
Also seen in 8.0.2..