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 118277

Summary: TransformerException from preview for A:visited:hover
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: patch; let's generate classes recursively

Description Jindrich Sedek 2007-10-09 18:12:15 UTC
use this code in CSS:
------------------------
A:visited:hover  {
  color: #1E2A60; 
}
------------------------
Transformer exception is thrown
probalbe reason:

 <A><AXvisited:hover>Sample Text</AXvisited:hover></A>

P.S.: code is correct:
http://www.w3.org/TR/CSS21/selector.html#dynamic-pseudo-classes
Comment 1 Jindrich Sedek 2007-11-05 14:51:36 UTC
Created attachment 52524 [details]
patch; let's generate classes recursively
Comment 2 Jindrich Sedek 2007-11-05 18:22: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.8; previous revision: 1.7
done
Comment 3 Jindrich Sedek 2007-11-14 10:34:28 UTC
verified.
NetBeans IDE 6.0 RC1 (Build 200711130000)