Can't enter numbers in form due to spin buttons
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Not tracked)
People
(Reporter: gcp, Unassigned)
Details
(Keywords: webcompat:site-wait)
STR:
- Enable non-native theming
- Go to https://www.mcmillanrunning.com/
- Try to use "Run Calculator"
You can't enter numbers because the spin buttons obscure the field. Checking in Chrome, the spin buttons aren't visible. I assume this is non-native theming fallout.
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
The page is using input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
, which hides the spinners on WebKit / Blink.
input[type=number] { -moz-appearance: textfield }
would achieve the same in Gecko.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
I sent the site an email.
Comment 3•3 years ago
|
||
I was not able to reproduce the issue. I was able to introduce digits into the input field, without altering the settings of the browser.
Reporter, could you please provide extra steps to reproduce in order to set the non-native theming?
Tested with:
Browser / Version: Firefox Release 100.0.2 (64-bit)/ Firefox Nightly 103.0a1 (2022-05-30) (64-bit)
Reporter | ||
Updated•3 years ago
|
Description
•