Closed Bug 125394 Opened 23 years ago Closed 22 years ago

Source view not updating properly from script view

Categories

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

x86
Windows NT
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pschwartau, Assigned: rginda)

References

()

Details

(Whiteboard: [FOB])

STEPS TO REPRODUCE:

1. Load the above URL in Venkman
2. In the script view (mid-left), expand the tree for the file "product.asp"
3. Double-click on the function "devdesc" in this tree; it's at line 792
4. The source view should now repaint so that ca. line 792 is at the top
5. Bug: it does not. The view remains at the top of the file, at line 1.


Note: subsequent double-clicks in the script view seem update the
source view properly. It only seems to be the first double-click
that doesn't.
fixed on branch
Blocks: 141097
Status: NEW → ASSIGNED
Whiteboard: [FOB]
Trying to verify branch fix using Mozilla trunk 20020717xx with version 0.9.22 
of Venkman installed from http://www.hacksrus.com/~ginda/venkman/

The bug does seem to be fixed. However, another issue is occurring
that confuses me. In the "Loaded Scripts" pane, the file "product.asp"
appears five times instead of once. 

It seems to have the same URL each time, so why does it appear five times?
The line numbers keep increasing and increasing as we double-click on 
each different "product.asp". It's as if the file was too big to load, 
and was broken up into five mutually exclusive pieces.

Is this a bug or a feature?
the url shows up once for each <script> tag encountered.  unfortunate, but
unavoidable, I think.
Mass marking bugs that were Fixed On Branch as fixed, because the branch has
landed.  If you believe this bug is not fixed, please reopen it.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
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.