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 158808 - [cc] CSS values in embedded CSS section are not invoked after templating
Summary: [cc] CSS values in embedded CSS section are not invoked after templating
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-02-19 12:22 UTC by Jindrich Sedek
Modified: 2009-03-16 16:07 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 Jindrich Sedek 2009-02-19 12:22:23 UTC
use this code in JSP file:
---------------
        <style type="text/css">
            h1{
                border-color: <%= textDecoration%>  ;
                color: |;
            }
        </style>
---------------
invoke code completion at possition of "|"
properties are invoked instead of values
Comment 1 Marek Fukala 2009-02-19 16:55:41 UTC
The code after the templating is not parsed. The whole css error recovery (covering the templatings as well) is
completely redone in parsing api clone. Regression in functionality anyway.
Comment 2 Marek Fukala 2009-03-13 11:55:04 UTC
already fixed
Comment 3 Jindrich Sedek 2009-03-16 16:07:55 UTC
verified.
NetBeans IDE Dev (090316)