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 200597 - incorrect css selector completion
Summary: incorrect css selector completion
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: -S1S-
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-02 12:04 UTC by Marek Fukala
Modified: 2011-09-23 09:56 UTC (History)
1 user (show)

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 Marek Fukala 2011-08-02 12:04:27 UTC
usecase:

1) type "html | { }" in a css file (|==caret)
2) invoke cc
3) select "body"
4) result:

"body| { }" instead of "html body| { }"
Comment 1 Marek Fukala 2011-08-02 12:09:10 UTC
fixed in web-main#fe92047ad2db
Comment 2 Quality Engineering 2011-08-03 13:52:26 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/fe92047ad2db
User: Marek Fukala <mfukala@netbeans.org>
Log: #200597 - incorrect css selector completion
Comment 3 Vladimir Riha 2011-09-23 09:56:08 UTC
verified