Closed Bug 1713587 Opened 3 years ago Closed 3 years ago

Unable to see path column when devtools are docked to the side

Categories

(DevTools :: Storage Inspector, defect, P3)

Firefox 89
defect

Tracking

(firefox91 fixed)

RESOLVED FIXED
91 Branch
Tracking Status
firefox91 --- fixed

People

(Reporter: firefox, Assigned: claubatista, Mentored)

Details

(Keywords: good-first-bug)

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0

Steps to reproduce:

  1. Open devtools
  2. Dock to the side
  3. Select storage
  4. Select cookies
  5. Right click on columns and check "Path"

Actual results:

"Path" column does not show up

Expected results:

"Path" column should show up

I've done some digging and it seems that the issue is due to this part

`/* Responsive sidebar */
@media (max-width: 700px) {
#storage-tree,
#storage-sidebar {
max-width: 100%;
}

#storage-table #path {
display: none;
}
}`

in chrome://devtools/skin/storage.css:155-165.

Is it intentional? Doesn't seem right to just arbitrarily hide certain column.

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

Hello, I'd like to work on this bug. :)

Flags: needinfo?(balbeza)
Assignee: nobody → contatodaclau
Status: NEW → ASSIGNED
Flags: needinfo?(balbeza)

Thanks for offering to work on this Claudia!

You can find some docs to get started at https://firefox-source-docs.mozilla.org/setup/index.html if needed.
If you have questions, you can either ping us on this bug with the needinfo feature (I see you already know how to use it :) ), or on our chat room at https://chat.mozilla.org/#/room/#devtools:mozilla.org

Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bfd8e409b0f6
[devtools] Shows the column 'path' when devtools are docked to the side. r=jdescottes
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: