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 165423 - style builder is adding empty lines to generated multiline code while having one line rule
Summary: style builder is adding empty lines to generated multiline code while having ...
Status: RESOLVED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 16:14 UTC by Jindrich Sedek
Modified: 2013-03-26 12:32 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 Jindrich Sedek 2009-05-18 16:14:43 UTC
use this one line rule:
---------------------
h1 { color:red;   }
-------------------
set cursor into rule area -> style builder gets activated
switch to border or margin tab and set some "ALL" item
four lines are generated, but separated with empty lines:
------------
h1 { color:red;   
    margin-right: 5px;

    margin-left: 5px;

    margin-bottom: 5px;

    margin-top: 5px;
}
-----------------
the empty lines are just bothering generated code
Comment 1 Vladimir Riha 2013-03-26 12:32:56 UTC
Style builder was removed from NetBeans since 7.3