Open Bug 1955932 Opened 5 months ago Updated 3 months ago

www.coopvoce.it - Radio buttons are not selectable

Categories

(Web Compatibility :: Site Reports, defect, P1)

Tracking

(Webcompat Priority:P1, Webcompat Score:1)

ASSIGNED
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:

  1. Navigate to: https://www.coopvoce.it/portale/ricarica.html
  2. 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

Summary: www.coopvoce.it - Radio button are not selectable → www.coopvoce.it - Radio buttons are not selectable
Attached image Screenshot_263.png
OS: Android → All
Hardware: ARM → All

Also broken on Desktop. Some click handler seems to fire, because they console.log something like "Input radio cliccato: 20.00".

Severity: -- → S2
User Story: (updated)
Webcompat Priority: --- → P1
Webcompat Score: --- → 9
Priority: -- → P1

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

Attached image chrome buttons.png

What chrome shows

The page needs something like:

input[name="numRicarica"] {
  appearance: none;
}

To avoid relying on https://issues.chromium.org/issues/365052666

See Also: → 1956529

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?

Keywords: leave-open
Assignee: nobody → twisniewski
Status: NEW → ASSIGNED
Pushed by twisniewski@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/08d806bb5d96 add a CSS intervention for coopvoce.it/portale/ricarica.html to fix radiobuttons; r=denschub,webcompat-reviewers
Webcompat Score: 9 → 5
Webcompat Score: 5 → 1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: