Open
Bug 1485941
Opened 7 years ago
Updated 3 years ago
Preview tooltip shows undefined for XMLHttpRequest
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 2 open bugs)
Details
This is clone of:
https://github.com/devtools-html/debugger.html/issues/6871#issuecomment-415426757
STR:
Load http://janodvarko.cz/firebug/tests/601/Issue601.htm
Open issue601.htm file and create a breakpoint on line 50
Click the POST button on the page
After the breakpoint hits, move mouse over XMLHttpRequest (line 49) - the tooltip says undefined() -> BUG
It could at least say XMLHttpRequest().
From Jason's comment:
"It looks like that the issue is in the server grip side with XMLHttpRequest it should have a displayName or name field. It is also missing a parameter names field as well."
Honza
Comment 1•7 years ago
|
||
This is most likely coming from the same root cause as Bug 1486378
See Also: → 1486378
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Blocks: dbg-inspect, dbg-server
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•