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 - more decorations are ignored by XHML randerer
Summary: more decorations are ignored by XHML randerer
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-11 10:29 UTC by Jindrich Sedek
Modified: 2008-04-28 13:37 UTC (History)
0 users

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-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)