Closed Bug 1678298 Opened 6 months ago Closed 5 months ago

URL in popup (over an entry in "Network" tab of Developer tools) is not decoded fully

Categories

(DevTools :: Netmonitor, defect, P3)

Firefox 82
defect

Tracking

(firefox86 fixed)

RESOLVED FIXED
86 Branch
Tracking Status
firefox86 --- fixed

People

(Reporter: kes-kes, Assigned: yrahul3910, Mentored)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug)

Attachments

(3 files)

Attached image _4.jpg

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0

Steps to reproduce:

See url in devtools,

Actual results:

I hover over url and when hint is displayed the url is not fully decoded, despite on at list it is fully decoded

Expected results:

Url should be fully decoded and displayed

PS. Why firefox version is not filled automatically for the ticket??

Summary: url is not decoded fully → URL in popup (over an entry in "Network" tab of Developer tools) is not decoded fully

Assigning this to the Netmonitor component so that someone more experienced in this area can take a look over, please move this issue to the right component if this is not the correct one.

Component: Untriaged → Netmonitor
Product: Firefox → DevTools

Thanks for reporting.

I can reproduce it. It looks like parts of the url are not decoded properly.

Mentor: hmanilla
Severity: -- → S3
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: good-first-bug
Priority: -- → P3

Another STR

  1. Go to https://www.feelsafe.at/
  2. Open the devtools and switch to the network panel
  3. Refresh to load all the requests
  4. Type "service-reviews" in the search to filter the request list
  5. Hover over the File column to see the Url tool tip

AR
The URL in the decoded section does not seem to be fully decoded.

ER
The URL in the decoded section should be fully decoded.

I've downloaded the code and fixed this issue, could you please tell me how to submit a PR?

Flags: needinfo?(hmanilla)
Assignee: nobody → yrahul3910
Status: NEW → ASSIGNED
Attachment #9190664 - Attachment description: Bug 1678298 - Revised patch for bug ID 1678298 from suggestions by @bomsy r=bomsy → Bug 1678298 - [devtools] Use decodeURIComponent instead of decodeURI r=bomsy
Flags: needinfo?(hmanilla)
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b4e5058f64d
[devtools] Use decodeURIComponent instead of decodeURI r=bomsy
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.