Mozilla 도움말 검색

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

자세히 살펴보기

Blue Teardrops appear

  • 3 답장
  • 1 이 문제를 만남
  • 15 보기
  • 최종 답변자: cor-el

more options

I did a new install of Firefox on a Windows 11 Pro laptop. When I enter a password to a site, blue tear drops appear around the password. I've followed the tips to turn off carets in about:fig, but the drops persist. This issue only appears in Firefox, not Edge, Chrome, etc.

Any help in turning off this annoying feature is appreciated!

I did a new install of Firefox on a Windows 11 Pro laptop. When I enter a password to a site, blue tear drops appear around the password. I've followed the tips to turn off carets in about:fig, but the drops persist. This issue only appears in Firefox, not Edge, Chrome, etc. Any help in turning off this annoying feature is appreciated!

선택된 해결법

Is this what you changed in about:config?

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste accessiblecaret.en and pause while the list is filtered

Firefox will list two preferences related to this feature.

(3) If the layout.accessiblecaret.enabled preference is bolded and "modified" to true, double-click it to restore the default value of false

(3) Double-click the layout.accessiblecaret.enabled_on_touch preference to switch the value from true to false

If that doesn't work, hmm, I wonder whether there is something unusual about that form field.

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (3)

more options

선택된 해결법

Is this what you changed in about:config?

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future.

(2) In the search box in the page, type or paste accessiblecaret.en and pause while the list is filtered

Firefox will list two preferences related to this feature.

(3) If the layout.accessiblecaret.enabled preference is bolded and "modified" to true, double-click it to restore the default value of false

(3) Double-click the layout.accessiblecaret.enabled_on_touch preference to switch the value from true to false

If that doesn't work, hmm, I wonder whether there is something unusual about that form field.

more options

BINGO! I completely missed (3); touch was enabled. Changed it to false and the nagging blue tear drops went away. Thank you for the help!

more options

Note that you can modify the height and width of the raindrops and make them smaller. I use them with both set to "11" to be able to see if extra whitespace got selected and adjust the selection with the mouse if I misclick.

layout.accessiblecaret.height = 11.0
layout.accessiblecaret.margin-left = -6.0
layout.accessiblecaret.width = 11.0