Closed Bug 1560227 Opened 6 years ago Closed 6 years ago

Bottom padding of main content is ignored in about:debugging pages

Categories

(DevTools :: about:debugging, defect, P3)

defect

Tracking

(firefox70 fixed)

RESOLVED FIXED
Firefox 70
Tracking Status
firefox70 --- fixed

People

(Reporter: fvsch, Assigned: fvsch)

Details

Attachments

(2 files)

It's probably not a very common use case, but it would be great to better support users who happened to have resized their Firefox window to a small size. For instance, I sometimes use a 13" laptop with Firefox on half the screen and another app (like a code editor) on the other half, so when devtools panels and pages respond well to that it's a nice plus.

For comparison, about:preferences works down to a viewport width of 710px.

The good news is that the way about:preferences is built with CSS variables should make it really easy to tweak those variables on smaller viewports.

Assignee: nobody → florens
Status: NEW → ASSIGNED
Type: defect → enhancement

In my patch I've also included a fix for two spacing issues:

  • The content area's padding-bottom was ignored due to a Gecko bug with padding-bottom in scrolling containers (see the attached screenshot, showing the content area scrolled to the very bottom; the padding-bottom is clipped, it's a 20 year old bug in Gecko :P)
  • The margin between the cards on the "Set up" page and the "This [Firefox/Nightly]" page were inconsistent (16px and 24px; I harmonized on 16px).
Priority: -- → P3

At the suggestion of :ladybenko, let's defer the responsive design considerations to bug 1507415, and repurpose this bug for fixing the padding and vertical rhythm issues.

Type: enhancement → defect
Summary: Adapt the about:debugging page spacing for smaller windows → Bottom padding of main content is ignored in about:debugging pages
Attachment #9072942 - Attachment description: Bug 1560227 - Use smaller spacing in about:debugging on small viewports; r=ladybenko → Bug 1560227 - Fix clipped bottom padding in aboutdebugging; r=ladybenko
Pushed by florens@fvsch.com: https://hg.mozilla.org/integration/autoland/rev/9d7bb1b8ece5 Fix clipped bottom padding in aboutdebugging; r=ladybenko
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
QA Whiteboard: [qa-70b-p2]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: