Closed Bug 90278 Opened 24 years ago Closed 24 years ago

File window : initial view doesn't include parent HTML file

Categories

(Other Applications Graveyard :: Venkman JS Debugger, defect)

x86
Windows NT
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: pschwartau, Assigned: rginda)

References

()

Details

Steps to Reproduce: 1. Load the above URL in Mozilla debug build. 2. Bring up the JS Debugger. 3. You will see 5 items in the file window: _header.js, divobject.js, etc. These are the 5 JS files included via <SCRIPT> tags in the parent HTML file. 4. You do NOT see the parent HTML file in the file window NOTE: if you toggle the file window from "short" format (file names only) to long format (complete URLs), the parent HTML file appears. EXPECTED RESULT: to see the parent HTML file right away
This was fixed a few weeks ago, forgot to mark the bug.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
I'm trying to verify this using a WinNT debug build 2001-09-23. When I try to bring up the JS debugger, I get this alertbox: An exception occurred while initializing, please file a bug. TypeError: setting a property that has only a getter @ chrome://venkman /content/venkman-static.js:370 So I can't proceed. I will update my build today, but in the meantime, should I file a new bug for this?
I got that exception yesterday as well, but it's fixed now.
update your tree :)
Verified Fixed with WinNT debug build 2001-10-02. Note the site seems to have only four included JS files now, instead of five: findobject.js, windowobject.js, divobject.js, and _header.js. I see all four in the JS Debugger window, plus the parent HTML file. I also saved the HTML file locally. After I added a <BASE> tag, the debugger again showed the four included JS files plus the parent HTML file.
Status: RESOLVED → VERIFIED
Product: Core → Other Applications
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.