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)
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
| Assignee | ||
Comment 1•24 years ago
|
||
This was fixed a few weeks ago, forgot to mark the bug.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•24 years ago
|
||
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?
Comment 3•24 years ago
|
||
I got that exception yesterday as well, but it's fixed now.
| Assignee | ||
Comment 4•24 years ago
|
||
update your tree :)
| Reporter | ||
Comment 5•24 years ago
|
||
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
Updated•21 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•