www.coopvoce.it - Radio buttons are not selectable
Categories
(Web Compatibility :: Site Reports, defect, P1)
Tracking
(Webcompat Priority:P3, 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:0
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•1 year ago
|
Comment 2•1 year ago
|
||
Also broken on Desktop. Some click handler seems to fire, because they console.log something like "Input radio cliccato: 20.00".
Comment 3•1 year 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•1 year ago
|
||
What chrome shows
Comment 5•1 year ago
|
||
The page needs something like:
input[name="numRicarica"] {
appearance: none;
}
To avoid relying on https://issues.chromium.org/issues/365052666
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year 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•1 year ago
|
||
Updated•1 year ago
|
Comment 9•1 year ago
|
||
| bugherder | ||
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•11 months ago
|
Updated•7 months ago
|
Description
•