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 121214

Summary: attributes are not considered by CSS preview
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Jindrich Sedek <jsedek>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: mfukala
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2007-11-05 18:20:28 UTC
use this code:
----------------------------
d{
    text-decoration: overline;
}
d[b="cau"].trida{
    background-color: orange;
}
d[a="hi"].trida{
    color: green;
    |
}
---------------------------
set cursor possition to place of "|"
preview is activated, font color is green, but background is orange and it should not be, because b attribut is not set
Comment 1 Marek Fukala 2007-11-05 18:49:28 UTC
should be fixed after 6.0
Comment 2 Marek Fukala 2008-02-25 17:37:51 UTC
still valid, the css preview code needs to be enhanced. Since you improved the generator at the end of 6.0 greatly, can
you fix it please?
Comment 3 Jiri Prox 2008-04-11 01:13:33 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 4 Jindrich Sedek 2008-11-06 10:30:05 UTC
The CSS preview is going to be completly changed in 7.0

*** This issue has been marked as a duplicate of 150744 ***
Comment 5 Jindrich Sedek 2008-11-21 08:53:25 UTC
v.