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 255963

Summary: netbeans code completion stopped working when add background image in css
Product: web Reporter: arielga
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: REOPENED ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description arielga 2015-10-16 01:32:38 UTC

    
Comment 1 Milutin Kristofic 2015-10-16 15:31:05 UTC
I created following file test.css with content

.image {
    background-image: url("logo_netbeans_red.png");
}

.test {
    b|
}

where | is caret position. I still have completion in css file. What are the steps to reproduce your issue? Thank you
Comment 2 arielga 2015-10-17 00:15:21 UTC
when I put a path in background and this path up one folder, the completion stopped work.

like:

.image {
   background-image: url("../some/path/logo_netbeans_red.png");
}
Comment 3 arielga 2015-10-24 00:07:23 UTC
i put resolved for mistake, sorry.