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 117690 - selectors on multiple lines break the css previrew
Summary: selectors on multiple lines break the css previrew
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-03 18:48 UTC by Marek Fukala
Modified: 2008-04-28 13:37 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 Marek Fukala 2007-10-03 18:48:18 UTC
The orginal problem reported in issue #117504 has been fixed (no exception in window in such situation), the css preview
sample is still generated incorrectly:

css rule
-------------------
h1
h2 {
   color: green;
}
-------------------

generates

-------------------
<body>
<h1
h2>Sample Text</h1
h2>
</body>
</html>
-------------------

sample
Comment 1 Marek Fukala 2007-10-04 10:53:51 UTC
hotfixed

Checking in CssPreviewGenerator.java;
/cvs/web/css/src/org/netbeans/modules/css/visual/ui/preview/CssPreviewGenerator.java,v  <--  CssPreviewGenerator.java
new revision: 1.7; previous revision: 1.6
done