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!

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Cannot know if the radio button is focused

  • 4 wótegrona
  • 3 maju toś ten problem
  • 12 naglědow
  • Slědne wótegrono wót simonwa

more options

As the sample html in Troubleshooting Information, there are two radio buttons on the page. In IE9, if you focus on one of them, there are gridlines around the focused radio button. But in Firefox 7/8/9, it does not show the gridlines, and you cannot know if you are focusing on the radio button. To see if you are really focus on the radio button, try the Up/Down key on your keyboard, if will turn to the another radio button on the sample page.

As the sample html in Troubleshooting Information, there are two radio buttons on the page. In IE9, if you focus on one of them, there are gridlines around the focused radio button. But in Firefox 7/8/9, it does not show the gridlines, and you cannot know if you are focusing on the radio button. To see if you are really focus on the radio button, try the Up/Down key on your keyboard, if will turn to the another radio button on the sample page.

Wšykne wótegrona (4)

more options

Sample html:

 <div>
   <input id="radio0" name="rl" value="radio button 0" type="radio"><label for="radio0">radio button 0</label>
 </div>
 <div>
  <input id="radio1" name="rl" value="radio button 1" type="radio"><label for="radio1">radio button 1</label>
 </div>

Wót cor-el změnjony

more options

Works here on Linux.

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

See also:

more options

Thansk for your quick response.

I could repro this issue on Win7 FF 7/8/9 in Safe Mode with default theme. I used to re-install Win7, and install FF with default settings and did not install any add-ons.

I am trying to find out if it is a known issue. [http://kb.mozillazine.org/Accessibility_features_of_Firefox]

more options

The default value of browser.display.focus_ring_on_anything is FALSE. After turn it to TRUE, I could see the focus, but FF also show focus on any other elements.