Bug 1024155

Summary: Cannot read full URL of JavaScript network request in debugger
Product: [Fedora] Fedora Reporter: Christopher Beland <beland>
Component: firefoxAssignee: Martin Stransky <stransky>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: gecko-bugs-nobody, stransky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-05 10:53:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christopher Beland 2013-10-29 02:28:33 UTC
Version: firefox-24.0-1.fc19.x86_64

Steps to reproduce:

1. Go to web site that uses JavaScript
2. Open Tools -> Web Developer -> Network
3. Do something on the web site that causes JavaScript to make a network request.
4. Double click on a request, opening a panel which defaults to the Headers tab.
5. Note the contents of the "Request URL:" field in the new panel on the right, near the top.

The problem I am having is that if the Request URL is sufficiently long, there is no way to see the full value (especially the important part, near the end).  Clicking, right-clicking, double clicking, and highlighting all have no effect. For some reason, I cannot make the panel any wider even if I make the window bigger.

Comment 1 Martin Stransky 2015-01-05 10:53:51 UTC
There's a "Edit and Resend" button which provides full Request URL line.