shop.greengadgets.net.au - Checkboxes are missing from the form
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Webcompat Priority:P3, Webcompat Score:1, firefox147 affected, firefox148 affected, firefox149 affected)
People
(Reporter: rbucata, Unassigned)
References
()
Details
(Keywords: webcompat:site-report, Whiteboard: [webcompat-source:web-bugs])
User Story
user-impact-score:0
Attachments
(2 files)
Environment:
Operating system: Windows 11 and Windows 10
Firefox version: Firefox 147.0
Steps to reproduce:
- Navigate to: https://shop.greengadgets.net.au/pages/return-warranty-tc
- Scroll and observe the "CHECKLIST: RETURNING YOUR DEVICE" area
Expected Behavior:
Checkboxes are present
Actual Behavior:
Checkboxes are missing
Notes:
- Reproduces regardless of the status of ETP
- Reproduces in firefox-nightly, and firefox-release
- Does not reproduce in chrome
Created from https://github.com/webcompat/web-bugs/issues/206650
| Reporter | ||
Comment 1•21 hours ago
•
|
||
From the HTML code, selecting <input name="devicecheck" required="" type="checkbox" value="1"> and then from the DevTools-> Rules Tab:
input {
line-height: normal;
-moz-appearance: none;
border-radius: 0;
}
-> If I remove moz-appereance or un-check it (it is checked), the checkboxes are visible. I've created a reduced test case to highlight this. Some others fixes were observed, but I could not create reduced test cases for them.
| Reporter | ||
Comment 2•21 hours ago
|
||
| Reporter | ||
Comment 3•21 hours ago
|
||
| Reporter | ||
Updated•21 hours ago
|
Comment 4•20 hours ago
|
||
Since nightly and release are affected, beta will likely be affected too.
For more information, please visit BugBot documentation.
Updated•4 hours ago
|
Description
•