Closed
Bug 1702473
Opened 4 years ago
Closed 4 years ago
Strange behaviour when checking a checkbox or when navigate on it with tab keyboard key.
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: zstimi, Unassigned)
Details
(Keywords: regressionwindow-wanted)
Attachments
(1 file)
12.46 KB,
image/png
|
Details |
Note
- The issue is reproducible with pref widget.non-native-theme.enabled = true and false too. Also reproduced this issue navigate there with mouse or with tab keyboard key.
Affected versions
- Fx 87.0
- Fx 88.0b5
- Fx 89.0a1
Affected platforms
- Windows 10 x64
- macOS 11
- Ubuntu 18 x64
Steps to reproduce
- Launch Firefox.
- Access this site
- Scroll at the end of the page where you see a checkbox, check this checkbox.
Expected result
- The checkbox selection is correct.
Actual result
- Checking the checkbox appear a strange selection arround the box.
Regression range
- I will come back with regression range ASAP.
Additional notes
- Not reproduced on Chrome, only if navigate there with tab keyboard key.
Comment 1•4 years ago
|
||
This is how the site is styled:
.comment-form [class^="comment-form-"] > input {
width: 100%;
}
input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
So not much we can do other than asking the site to fix it, but it's a really minor cosmetic issue and I don't think it's worth it.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•