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!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Firefox will not select an option button on a web form

  • 1 відповідь
  • 4 мають цю проблему
  • 2 перегляди
  • Остання відповідь від 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.

Усі відповіді (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.