Closed Bug 1642076 Opened 4 years ago Closed 4 years ago

Unwanted vertical scrollbars in Cookies panel

Categories

(DevTools :: Netmonitor, defect, P2)

defect

Tracking

(firefox79 verified)

VERIFIED FIXED
Firefox 79
Tracking Status
firefox79 --- verified

People

(Reporter: Honza, Assigned: lelouch.cpp)

References

(Blocks 2 open bugs)

Details

Attachments

(2 files)

Attached image image.png

STR:

  1. Open DevTools and select the Network panel
  2. Load google.com
  3. Select the first request and go to the Cookies panel
  4. See Response and Request cookies sections, they show vertical scrollbars => BUG

ER: The vertical scrollbars should not be there

Honza

I would like to take this issue if some isn't working on it already.
Thank you.

@kriyszig Assigned to you! Thanks for looking at this.

Assignee: nobody → lelouch.cpp

The table element used to view the acodion is responsible for
introducing the scroll bar as per the browser toolkit.
Adding a 3px bottom padding to the tbody element solves the issue
caused by table row's padding going beyound the computed height.

Summary: Unwanted vertical scrollbars → Unwanted vertical scrollbars in Cookies panel
Attachment #9153016 - Attachment description: Bug 1642076 - Remove unwanted scrollbar in the Network Details' Cookie panel r=Honza,bomsy → Bug 1642076 - Add test to prevent unwanted scrollbar in the Network Details' Cookie panel r=Honza,bomsy
Pushed by jodvarko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/676e1c3e21e6
Add test to prevent unwanted scrollbar in the Network Details' Cookie panel r=Honza,bomsy
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79

Fix verified with 79.0b2 on macOS 10.15.5, Windows 10, Ubuntu 18.

Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: