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 235052 - possible false error in CSS editor?
Summary: possible false error in CSS editor?
Status: RESOLVED DUPLICATE of bug 234499
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 20:57 UTC by David Konecny
Modified: 2013-08-27 05:30 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 David Konecny 2013-08-26 20:57:01 UTC
A JSF Web project generated by http://forge.jboss.org contains CSS file with content like:

  #content .search {
	display: block;
	background-image: url(#{request.contextPath}/resources/search.png);
	background-position: 30px 3px;
  }

and line with #{request.contextPath} is marked erroneous.
Comment 1 Marek Fukala 2013-08-27 05:30:39 UTC

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