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 244711 - Unexpected character linear-gradient found
Summary: Unexpected character linear-gradient found
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-24 19:11 UTC by __sly__
Modified: 2015-06-03 02:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (75.24 KB, text/plain)
2014-05-24 19:11 UTC, __sly__
Details

Note You need to log in before you can comment on or make changes to this bug.
Description __sly__ 2014-05-24 19:11:07 UTC
Product Version = NetBeans IDE 8.0 RC1 (Build 201402242200)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03

when you write in css ul["data-test"] or l["data-test"] an error occured
 justify-content: space-between;  is underline
 flex: 1;  is underline

the new syntax of gradient is underline background: linear-gradient(to bottom,white,black);
the svg syntax in css  fill:#bf0025; is underline

thanks for all
Comment 1 __sly__ 2014-05-24 19:11:12 UTC
Created attachment 147422 [details]
IDE log
Comment 2 Vladimir Riha 2014-05-29 14:26:08 UTC
Thank you for reporting but please do not mix several problems into a single issue next.

(In reply to __sly__ from comment #0)
> when you write in css ul["data-test"] or l["data-test"] an error occured

are you sure that it shouldn't be without the quotes? E.g. ul[data-test] ? According to [1], quotes shouldn't be used

>  justify-content: space-between;  is underline
>  flex: 1;  is underline

this should be handled in issue 216852
 
> the new syntax of gradient is underline background: linear-gradient(to
> bottom,white,black);

Reproducible, let's make this issue about linear-gradient then


> the svg syntax in css  fill:#bf0025; is underline

fill is not offered by code completion as well, so probably again issue 216852


[1] http://www.w3.org/TR/css3-selectors/#attribute-selectors
Comment 3 Milutin Kristofic 2015-06-01 17:03:29 UTC
http://hg.netbeans.org/web-main/rev/55436d60f116
Comment 4 Quality Engineering 2015-06-03 02:27:39 UTC
Integrated into 'main-silver', will be available in build *201506030001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/55436d60f116
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #244711 - Unexpected character linear-gradient found