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 257803

Summary: goto declaration does not work for css on multi module project
Product: web Reporter: muellermi <muellermi>
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description muellermi 2016-02-01 15:28:07 UTC
Product Version = NetBeans IDE Dev (Build 201601260002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_72
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.72-b15

Reproducibility: Happens every time

given a facelet page with style class attribute somewhere in this file
given a css file within the same project

styleClass="marginTop"

Place caret onto "marginTop" and press ctrl+b
--> NB opens the css file and displays the rule 
[ok]

##################

given a facelet page with style class attribute somewhere in this file
given a css file within another module of a maven multi component project
the current project depends on the othe which serves the css file as resource

styleClass="marginTop"

Place caret onto "marginTop" and press ctrl+b
--> nothing happens
[bug]

expected: css file to be opened and rule displayed
Comment 1 muellermi 2016-02-01 15:28:12 UTC
Created attachment 158340 [details]
IDE log