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 190398 - Unable to use Expression Language text compete in external CSS sheets.
Summary: Unable to use Expression Language text compete in external CSS sheets.
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-16 18:01 UTC by rexcardan
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rexcardan 2010-09-16 18:01:51 UTC
In CSS sheets that are linked to JSF xhtml pages with <h:outputStylesheet>, it seems as though the text completion of the expression language doesn't work properly. For example:

h1{
color:#{myColorBean.lightBlue}
}

This shows up as a CSS syntax error in the IDE checker. All style properties that follow do not support auto complete either until the next style is defined (after the closed bracket).
Comment 1 Martin Balin 2016-07-07 08:55:08 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss