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 - netbeans code completion stopped working when add background image in css
Summary: netbeans code completion stopped working when add background image in css
Status: REOPENED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-16 01:32 UTC by arielga
Modified: 2015-10-24 00:07 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 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.