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 - goto declaration does not work for css on multi module project
Summary: goto declaration does not work for css on multi module project
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-01 15:28 UTC by muellermi
Modified: 2016-02-17 13:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (549.92 KB, text/plain)
2016-02-01 15:28 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
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