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 106258

Summary: more decorations are ignored by XHML randerer
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:

Description Jindrich Sedek 2007-06-11 10:29:45 UTC
Create new WebApplication
Create new CSS file
insert this code:
---------------------
h4{
    text-decoration: underline line-through 
}
---------------------
no decoration is shown in CSS preview. It works for one decoration

I don't see any bug in preview code:
<html>
 <head>
  <style type="text/css">
   h4 {
      text-decoration: underline line-through;
   }
  </style>
 </head>
 <body>
  <h4>Sample Text</h4>
 </body>
</html>
it's well shown in mozilla
it's valid to have more text-decorations:
http://www.w3.org/TR/REC-CSS2/text.html#q3
Comment 1 Marek Fukala 2007-06-19 12:44:10 UTC
these are problems of XHTML renderer I guess, I'll file issues to them later and make this one a watchdog issue.
Comment 2 Marek Fukala 2007-10-09 16:41:24 UTC
already fixed by upgrade to FlyingSaucer v.7 library
Comment 3 Jindrich Sedek 2007-11-08 15:21:05 UTC
verified.
NetBeans IDE 6.0 RC1 (Build 200711080000)