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 104420 - visual CSS editor should not change the order of attributes
Summary: visual CSS editor should not change the order of attributes
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-05-21 16:08 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-05-21 16:08:57 UTC
I had this selector:
root {
   display: block;
   font-family: Geneva,Arial,Helvetica,sans-serif;
   font-size: 18px;
   background-image: url(soubor.png);
   background-position: left center;
   background-color: #fb0000;
   color:red
}

I'wanted to change font-size by visual CSS editor
the CSS editor has completly changed the order of items.
It's good to sort items alphabetically for newly generated rules, but
it would be better to preserve users formatting.
Comment 1 Marek Fukala 2007-06-04 11:07:27 UTC
fixed - see issue #89437
Comment 2 Jindrich Sedek 2007-06-11 12:50:24 UTC
verified
NetBeans IDE Dev (Build 070611)