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 232308 - On .less files, selectors separated with commas are detected as errors, aswell as media queries.
Summary: On .less files, selectors separated with commas are detected as errors, aswel...
Status: RESOLVED DUPLICATE of bug 227510
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-05 15:33 UTC by xaguilars
Modified: 2013-07-07 10:20 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 xaguilars 2013-07-05 15:33:36 UTC
On .less files, selectors separated with commas are detected as errors, aswell as media queries.

Product Version = NetBeans IDE Dev (Build nbms-and-javadoc-11262-on-20130704)
Operating System = Mac OS X version 10.8.4 running on x86_64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Comment 1 xaguilars 2013-07-05 15:45:53 UTC
Selectors separated by comas:

It appears to only happen when you have the first selector as a class not followed by any other non-class scope, examples:

.foo, .foo .bar2{}  --> ERROR

.foo .bar, .foo .bar2{}  --> ERROR

.foo .bar nav, .foo .bar2{}  --> OK

.foo .bar{}  --> OK

.foo{}  --> OK
Comment 2 Vladimir Riha 2013-07-07 10:20:30 UTC
Comma separated list covered by comment #4, media queries in comment #1 in issue 227510. Thank you for reporting

*** This bug has been marked as a duplicate of bug 227510 ***