Closed Bug 1710006 Opened 5 years ago Closed 5 years ago

Arrow buttons of input type=number not clickable, when padding (-right) is set.

Categories

(Core :: Layout: Form Controls, defect)

Firefox 88
defect

Tracking

()

RESOLVED DUPLICATE of bug 1707070

People

(Reporter: holmrichter, Unassigned)

Details

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

Steps to reproduce:

Open a html file in Firefox, containing this small html sample in FireFox 88.

<h1>Padding-right: 0px</h1>
<input type="number"style="height:30px; padding-right:0px;"/>
<h1>Padding-right: 5px</h1>
<input type="number"style="height:30px; padding-right:5px;"/>
<h1>Padding-right: 10px</h1>
<input type="number"style="height:30px; padding-right:10px;"/>
<h1>Padding-right: 20px</h1>
<input type="number"style="height:30px; padding-right:20px;"/>

Actual results:

The clickable area of the arrow buttons on the right side will become smaller, the higher the padding on the right side is.
You will not be able to click the buttons in the last input field.

Expected results:

Buttons should be clickable.

The Bugbug bot thinks this bug should belong to the 'Core::Layout: Form Controls' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.

Component: Untriaged → Layout: Form Controls
Product: Firefox → Core

Seems duplication of Bug 1707070

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.