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 207309 - Unrecognized selectors break coloring of following code
Summary: Unrecognized selectors break coloring of following code
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-01-14 09:51 UTC by m_gol
Modified: 2012-03-01 04:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
No coloring after unrecognized :not selector (7.82 KB, image/png)
2012-01-14 09:51 UTC, m_gol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description m_gol 2012-01-14 09:51:23 UTC
Created attachment 114907 [details]
No coloring after unrecognized :not selector

When I use the :not selector in CSS, Netbeans colors it as unrecognized syntax (which is not a huge problem) and _all_ further code is not colored at all (screenshot attached). IMHO no unrecognized selector should influence coloring below its code.

I'm also pretty sure (but no way to quickly check atm) that it wasn't the issue in Netbeans 7.0.1...
Comment 1 m_gol 2012-01-14 19:08:06 UTC
Just checked - Netbeans 7.0.1 recognizes :not pseudo-class as correct... So it's a regression and a really annoying one.

Adding keyword.
Comment 2 m_gol 2012-03-01 04:17:57 UTC
Has anyone read this bug report at all? I don't see any feedback from Netbeans developers...
Comment 3 m_gol 2012-03-01 04:39:31 UTC
Seems fixed in Netbeans 7.1.1 out of a sudden...