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 116626

Summary: "*' selector is not shown in preview
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2007-09-25 09:20:56 UTC
use this CSS rule:
------------------------------
*{
    text-decoration: none;
}
------------------------------
set cursor inside to enable preview -> no preview is shown
generated code:
<body>
 <*>Sample Text</*>
</body>
Comment 1 Marek Fukala 2007-09-27 14:05:04 UTC
fixed

Checking in CssPreviewGenerator.java;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/preview/CssPreviewGenerator.java,v  <--  CssPreviewGenerator.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 Jindrich Sedek 2007-11-14 09:46:10 UTC
verified.
NetBeans IDE 6.0 RC1 (Build 200711130000)