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 224504 - Ability to navigate to images by ctrl+clicking
Summary: Ability to navigate to images by ctrl+clicking
Status: RESOLVED DUPLICATE of bug 154123
Alias: None
Product: web
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on: 224503
Blocks: 224505
  Show dependency tree
 
Reported: 2013-01-04 18:00 UTC by c69
Modified: 2013-01-07 11:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description c69 2013-01-04 18:00:40 UTC
Example:

We have some folder with 2 files in our project:
- main.css
- img.png

/** Here is how main.css looks inside */
html {
background-image: url('img.png');
}


When you click path - nothing happens.
Would be nice, if you could navigate to the file.
Comment 1 Marek Fukala 2013-01-07 11:13:01 UTC
Thank you for the report.

*** This bug has been marked as a duplicate of bug 154123 ***