Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 2 réponses
  • 1 a ce problème
  • 5 vues
  • Dernière réponse par 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.
Captures d’écran jointes

Solution choisie

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.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

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.

Modifié le par cor-el

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.

Modifié le par cor-el