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 118273 - style builder breaks one line code
Summary: style builder breaks one line code
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-10-09 17:44 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-10-09 17:44:19 UTC
Create new CSS file
use this code:
------------------
a{border-top-style: hidden;}
------------------
set cursor into this rule to activate style builder
select border pane
set all style as dotted
syntactically wrong code is generated and error are highlighted:
----------------------------
a{border-top-style: dotted;
border-left-style: dottedborder-right-style: dotted;;

border-bottom-style: dotted;}
------------------------
Comment 1 Marek Fukala 2007-11-03 21:11:52 UTC
fixed

Checking in model/CssModel.java;
/cvs/web/css/src/org/netbeans/modules/css/model/CssModel.java,v  <--  CssModel.java
new revision: 1.17; previous revision: 1.16
done
Checking in model/CssRule.java;
/cvs/web/css/src/org/netbeans/modules/css/model/CssRule.java,v  <--  CssRule.java
new revision: 1.3; previous revision: 1.2
done
Checking in editor/CssEditorSupport.java;
/cvs/web/css/src/org/netbeans/modules/css/editor/CssEditorSupport.java,v  <--  CssEditorSupport.java
new revision: 1.14; previous revision: 1.13
done
Comment 2 Jindrich Sedek 2007-11-14 09:52:56 UTC
verified.
NetBeans IDE 6.0 RC1 (Build 200711130000)