www.coopvoce.it - Radio buttons are not selectable
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Webcompat Priority:P1, Webcompat Score:1)
People
(Reporter: railioaie, Assigned: twisniewski)
References
()
Details
(Keywords: leave-open, webcompat:site-report, webcompat:sitepatch-applied, Whiteboard: [webcompat-source:web-bugs])
User Story
platform:windows,mac,linux,android impact:workflow-broken configuration:general affects:all branch:release diagnosis-team:dom user-impact-score:1600
Attachments
(3 files)
Environment:
Operating system: Android 14/ Desktop
Firefox version: Firefox Mobile 136.0
Preconditions:
Clean profile
Steps to reproduce:
- Navigate to: https://www.coopvoce.it/portale/ricarica.html
- Tap on a radio button
Expected Behavior:
The button is selectable
Actual Behavior:
The button is not selectable
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/150799
Updated•5 months ago
|
Comment 2•5 months ago
|
||
Also broken on Desktop. Some click handler seems to fire, because they console.log something like "Input radio cliccato: 20.00".
Comment 3•5 months ago
|
||
If you set a breakpoint in the event handler, you'll see the radio button is selected at that point; something clears the selection some time after the event handler has returned but before we go back to waiting for input, it appears.
Also, we style the buttons very differently
Comment 4•5 months ago
|
||
What chrome shows
Comment 5•5 months ago
|
||
The page needs something like:
input[name="numRicarica"] {
appearance: none;
}
To avoid relying on https://issues.chromium.org/issues/365052666
Assignee | ||
Updated•5 months ago
|
Updated•5 months ago
|
Assignee | ||
Comment 6•4 months ago
|
||
Emilio, your suggested CSS seems to work fine for my on desktop, but when I try it in the Android emulator, it doesn't seem to be enough to fix the issue (tapping on the "radio buttons" doesn't work, although I can tap-and-hold and move my finger around to get a reaction which lights up the "radio buttons", but it behaves chaotically).
Maybe there is more to it?
Assignee | ||
Comment 7•4 months ago
|
||
Updated•4 months ago
|
Comment 9•3 months ago
|
||
bugherder |
Assignee | ||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Description
•