Show long-form blocked reason for blocked resources in the details sidebar
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
User Story
When inspecting a blocked resource, I want to see the reason for blocking in long form, so that I don't just have to depend on seeing the reason in a small table column.
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
•
|
||
What if we also rendered "Blocked" label in the Status column, which is currently empty? We can use the same styling as for valid status or as for "Failed" requests.
Consequently we wouldn't need to use "Blocked by" prefix in the Transferred column, which would safe space (currently I mostly see only "Blocked By" in that column)
Honza
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Comment 2•6 years ago
|
||
What if we also rendered "Blocked" label in the Status column, which is currently empty? We can use the same styling as for valid status or as for "Failed" requests.
That also aligns with Chrome, so I would be in favor. The status column is also not very wide, so will hit the same issue of wide text – or am I missing something?
Comment 3•6 years ago
|
||
(In reply to :Harald Kirschner :digitarald from comment #2)
What if we also rendered "Blocked" label in the Status column, which is currently empty? We can use the same styling as for valid status or as for "Failed" requests.
That also aligns with Chrome, so I would be in favor. The status column is also not very wide, so will hit the same issue of wide text – or am I missing something?
The idea is around the following:
- The Status column would display just
Blocked
label (which corresponds to the status of the request). TheBlocked
label would have a tooltip showing the long-form blocking reason. - The Transferred column would continue displaying the the blocking reason but, without the "Blocked by" prefix.
Example:
Instead ofblocked by Mixed Block
we doMixed Block
only
If the long form has always Block
postfix it's clear that it's about blocking and the important part is at the beginning.
Honza
Reporter | ||
Comment 4•6 years ago
|
||
SGTM, seems a bit easier to understand than Chrome only showing it in one column! One risk is that users will not discover the tooltip in the BLOCKED status; maybe we can be creative there.
Updated•6 years ago
|
Comment 5•6 years ago
•
|
||
Summary of tasks for this bug:
- Display Blocked label in the Status column (using the same style as for status code)
- Display long-form blocking reason in a tooltip for the Blocked label
- Display long-form blocking reason in a Headers side panel (in the summary section at the top of the panel)
- Display blocking reason in Transfer column (with no additional 'blocked by' prefix). In case we have short-form blocking reason (e.g. 'CSP Block' for various CSP blockers) we could use it for the Transfer column (columns tend to be thin).
- Display long-form blocking reason tooltip for the Transfer column.
Honza
Reporter | ||
Updated•5 years ago
|
Updated•2 years ago
|
Description
•