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 181375 - Sources window for IE debugger resolves sources with relative paths incorrectly
Summary: Sources window for IE debugger resolves sources with relative paths incorrectly
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@javascript
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 12:55 UTC by alionso
Modified: 2012-09-03 08:32 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 alionso 2010-03-01 12:55:18 UTC
I hava a page at http://mydomain.com/PrescriptionTransfer/transfer that contains an external script file referenced in the followin manner:

<script type="text/javascript" src="/PrescriptionTransfer/js/lib/jquery.namespace.js"></script>

When I attach the Web Page Debugger to IE and load the page, the Soures window displays the path to that file as:

http://mydomain.com/PrescriptionTransfer/transfer//PrescriptionTransfer/js/lib/jquery.namespace.js

It apparently doesn't care that the path is relative to the root and not the current URL. If I right-click on the item and click "Go to Source" I get a server error because the page doesn't exist.
Comment 1 Martin Entlicher 2012-09-03 08:32:00 UTC
A new implementation of JavaScript debugger is in trunk. Closing old issues.