Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Cannot know if the radio button is focused

  • 4 답장
  • 3 이 문제를 만남
  • 12 보기
  • 최종 답변자: 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.

모든 댓글 (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>

글쓴이 cor-el 수정일시

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.