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

Summary: incorrect css selector completion
Product: web Reporter: Marek Fukala <mfukala>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: normal CC: vriha
Priority: P2    
Version: -S1S-   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

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