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 - attributes are not considered by CSS preview
Summary: attributes are not considered by CSS preview
Status: VERIFIED DUPLICATE of bug 150744
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Jindrich Sedek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 18:20 UTC by Jindrich Sedek
Modified: 2009-02-19 23:26 UTC (History)
1 user (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 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.