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 120070 - error is highligted for a string without commas
Summary: error is highligted for a string without commas
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-25 17:23 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-25 17:23:19 UTC
use this code in css editor:
-----------------------------
a {
        background-image: url(gnome-diskfree.png);
}
------------------------------
syntax error is highlighted, but the syntax is correct
http://www.w3.org/TR/CSS21/syndata.html#uri

this code (without commas) is also generated by style builder
Comment 1 Marek Fukala 2007-10-26 15:29:41 UTC
fixed by rolling back changes done by issue #103563.
Comment 2 Jindrich Sedek 2007-11-20 16:49:59 UTC
verified.
NetBeans IDE 6.0 RC2 (Build 200711201000)