Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

When pressing the Page Up or Page Down button while having text selected, it displays a text cursor indicator.

  • 2 odpovede
  • 1 má tento problém
  • 5 zobrazení
  • Posledná odpoveď od Andras

more options

Title says it all pretty much. I have text cursor indicator turned completely off on windows, so that's why I'm wondering why Firefox does it when I never enabled something like it. I have the ctrl+pgup and ctrl+pgdown button combos binded to my extra mouse buttons, and I use them very frequently, so this starts to become really annoying really quickly. Especially if I've somehow accidentally 'selected' something on youtube or such, and then it displays a big blue blob out of nowhere. I don't know if this is a purposeful feature or what, but I would appreciate it if somebody could tell me how to disable it, it's extremely irritating.

Title says it all pretty much. I have text cursor indicator turned completely off on windows, so that's why I'm wondering why Firefox does it when I never enabled something like it. I have the ctrl+pgup and ctrl+pgdown button combos binded to my extra mouse buttons, and I use them very frequently, so this starts to become really annoying really quickly. Especially if I've somehow accidentally 'selected' something on youtube or such, and then it displays a big blue blob out of nowhere. I don't know if this is a purposeful feature or what, but I would appreciate it if somebody could tell me how to disable it, it's extremely irritating.
Priložené obrázky

Vybrané riešenie

That is the accessiblecaret that allows to adjust the selection with the mouse (i.e. you can drag the blue dots). This is useful for mobile devices or if you use a touch screen and is also useful to see whether leading or trailing white-space is part of the selection.

There are various layout.accessiblecaret prefs on the about:config page to tune this feature, but this pref is the main control pref:

  • about:config =>
    layout.accessiblecaret.enabled = false
    layout.accessiblecaret.enabled_on_touch = false

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

Čítať túto odpoveď v kontexte 👍 1

Všetky odpovede (2)

more options

Vybrané riešenie

That is the accessiblecaret that allows to adjust the selection with the mouse (i.e. you can drag the blue dots). This is useful for mobile devices or if you use a touch screen and is also useful to see whether leading or trailing white-space is part of the selection.

There are various layout.accessiblecaret prefs on the about:config page to tune this feature, but this pref is the main control pref:

  • about:config =>
    layout.accessiblecaret.enabled = false
    layout.accessiblecaret.enabled_on_touch = false

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

Upravil(a) cor-el dňa

more options

cor-el said

That is the accessiblecaret that allows to adjust the selection with the mouse (i.e. you can drag the blue dots). This is useful for mobile devices or if you use a touch screen and is also useful to see whether leading or trailing white-space is part of the selection. There are various layout.accessiblecaret prefs on the about:config page to tune this feature, but this pref is the main control pref:
  • about:config =>
    layout.accessiblecaret.enabled = false
    layout.accessiblecaret.enabled_on_touch = false
You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

Thankfully this solved it. Only the "enabled_on_touch" one was enabled and I'm on PC with no touch screen or any of the sort, so no clue why it was doing that. Would love if it this could just be turned off or on in the settings though for others' sake. I appreciate the answer.

Upravil(a) cor-el dňa