Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Input of type number displays arrows (spin buttons) in Firefox. #2380

Open
3 tasks done
rokl-mms opened this issue Sep 20, 2024 · 1 comment
Open
3 tasks done
Labels
bug Something isn't working

Comments

@rokl-mms
Copy link

Preflight Checklist

Bug type

Other

Which version are you using

18.3.0

Operating system

macOS Sonoma

Browser / Browser version

Mozilla Firefox 115.15.0esr

Input mode

None

Additional settings

No response

What happened?

In Firefox, arrows for increasing/decreasing the value (spin buttons) are currently displayed on input[type="number"]. In src/angular/styles/_typography.scss, -moz-appearance: textfield is set for Firefox on line 1508, but it is overridden by -webkit-appearance: none from 'Form Elements - Clear Safari's decorations for search fields' starting at line 1422.

Steps to reproduce the issue

Screenshot 2024-09-19 at 15 37 58

Relevant log output

No response

@rokl-mms rokl-mms added the bug Something isn't working label Sep 20, 2024
@kyubisation
Copy link
Collaborator

Hello @rokl-mms
Thank you for the bug report.
Suppressing the number input controls has not been a conscious decision, as the rules for this were adapted from a previous implementation.
We will check with UX what the recommended approach is and will get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@kyubisation @rokl-mms and others