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 105562 - CSS visual editor should move end bracket
Summary: CSS visual editor should move end bracket
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 12:54 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-04 12:54:25 UTC
insert this CSS code into CSS text editor:

h2{font-size: 10px}

set cursor possition somewhere between "{}" brackets 
h2 selector is recognized by style builder
try to change font-family by style builder

h2{font-size: 14px}
font-family: sans-serif;

font-family property is generated behind end bracket
Comment 1 Marek Fukala 2007-06-07 12:01:38 UTC
fixed

Checking in CssEditorSupport.java;
/cvs/web/css/src/org/netbeans/modules/css/editor/CssEditorSupport.java,v  <-- 
CssEditorSupport.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 Jindrich Sedek 2007-06-11 08:46:18 UTC
verified
NetBeans IDE Dev (Build 070611)