Checkbox checkmark size does not increase with checkbox size increase
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: coop.coding, Unassigned)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0
Steps to reproduce:
Increased an input checkbox elements height and width to 48px.
Actual results:
If you check this codepen, you can see that the checkmark tick is not scaled appropriately and still has its initial size: https://codepen.io/CoopCoding/pen/wvobNbM?editors=1100
Expected results:
The checkmark tick should increase in height and width proportional to the input elements height and width.
I have attached a screenshot of how it looks on chromium (89.0.4389.90, Linux x86_64), you can see the checkmark tick has expanded to fill the larger checkbox.
(I'm on Ubuntu Linux FWIW)
Comment 2•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 3•4 years ago
|
||
Can you try current Nightly and see if the problem still occurs there? I think bug 1689359 may have resolved this.
Yes this is fixed in Firefox nightly. 👍
Description
•