Bug 46256
Summary: | Web Inspector: clicking on server error in error console doesn't show request in resources | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Häcker <spamfaenger> |
Component: | Web Inspector (Deprecated) | Assignee: | Yury Semikhatsky <yurys> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, robert.colburn+bugzilla, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 116924 |
Martin Häcker
a) it doesn't scroll the left side to show that request and
b) the request is not displayed correctly.
I noticed this happened with two requests to the same url (and I thin the wrong one was actually selected in the sourcelist).
Maybe that's what's triggering this?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
(In reply to comment #0)
> a) it doesn't scroll the left side to show that request and
> b) the request is not displayed correctly.
>
> I noticed this happened with two requests to the same url (and I thin the wrong one was actually selected in the sourcelist).
>
> Maybe that's what's triggering this?
Thanks for the report! Could you attach the code snippet and screenshot?
Rob Colburn
@Martin
I'd like to understand your issue a bit more. I believe you're saying:
While browsing requests in the Network Panel, you attempt to click on and inspect a request that resulted in an error on the server. However, the request was not displayed correctly in the Web Inspector. Is that right?
If that's the case, can you provide a bit more information? A screenshot would be helpful. Some steps for us to reproduce the problem would be especially helpful.
In general, Web Inspector should do it's best to display a resource.
Martin Häcker
Sorry, I didn't see the error again yet - I will provide more detailed reproduction and screenshots once I do.
Best Regards,
Martin