Open
Bug 1658737
Opened 4 years ago
Updated 4 years ago
Numeric inputs are missing the upper delimitation border on Windows 10
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox81 | --- | affected |
People
(Reporter: vlucaci, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
8.60 KB,
image/jpeg
|
Details |
Affected versions
- 81.0a1(20200812034418)
Affected platforms
- Windows 10x64
Steps to reproduce
- Launch FF.
- Trigger the new Print UI modal.
Expected result
- The count buttons from Copies section are properly contained in borders
Actual result
- The Count buttons from Copies sections are missing the upper Border.
Suggested Severity
- Seeing as how this issue is OS specific, and a minor UI issue, I would recommend it as an S3.
Regression range
- Not a regression.
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Comment 1•4 years ago
|
||
We've fixed this in the print UI by implementing a custom number picker.
But it is a valid bug for the default type=number / stepper widget, e.g. the example on https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number
Depending on the scaling, the upper and/or lower borders are gone.
Severity: S3 → --
Component: Printing → DOM: Forms
Priority: P3 → --
Product: Toolkit → Core
Comment 2•4 years ago
|
||
Given comment 1, we won't track for printing.
However, it probably belongs in Layout::Form Controls.
Severity: -- → S4
Component: DOM: Forms → Layout: Form Controls
Priority: -- → P3
Summary: [Win10] The Copies count buttons are missing the upper delimitation border → Numeric inputs are missing the upper delimitation border on Windows 10
Whiteboard: [print2020_v81]
Updated•4 years ago
|
Has STR: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•