Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Firefox will not select an option button on a web form

  • 1 réponse
  • 4 ont ce problème
  • 2 vues
  • Dernière réponse par Steph Johnson

more options

When filling in a web form (such as a survey) that has option buttons (the round ones that allow only one exclusive selection), FireFox will not select any of them. They highlight when the mouse hovers but clicking does nothing and the form does not recognize that a selection has been made. All other controls seem to be working OK. It's not the form itself, that works fine in Edge.

When filling in a web form (such as a survey) that has option buttons (the round ones that allow only one exclusive selection), FireFox will not select any of them. They highlight when the mouse hovers but clicking does nothing and the form does not recognize that a selection has been made. All other controls seem to be working OK. It's not the form itself, that works fine in Edge.

Toutes les réponses (1)

more options

I've done some investigation and it's not the form's radio group itself that's causing the problem (hence the issue isn't widespread). The form has a radio group defined but it is hiding the normal radio button (using { display: none; }) and then overlaying it with a custom graphic. My current guess: prior to version 57, FF acted on the radio button even though it was not visible but it is now suppressing the button completely and not accepting the input click.