Open Bug 1551091 Opened 5 years ago Updated 2 years ago

flex highlight on button elements doesn't calculate padding

Categories

(DevTools :: Inspector, defect, P2)

67 Branch
defect

Tracking

(Not tracked)

People

(Reporter: marco, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(3 files)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15

Steps to reproduce:

Add a display flex (or inline-flex) to a button that have padding and inspect it whit Firefox developers edition.

<style>
div, button{
padding:10px;
border:1px solid black;
display:inline-flex;
background:lime;
font-family:arial;
font-size:15px;
cursor:pointer;
}
</style>

<div>DIV</div>
<button>BUTTON</button>

Actual results:

Highlight fails to position elements ruler border because doesn't calculate padding.

Expected results:

highlight calculating padding as a DIV

Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2

Tested on Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0
Issue appears resolved, but this was not tested on the same platform

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: