Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • 2 ответа
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от 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.
Приложенные скриншоты

Выбранное решение

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.

Прочитайте этот ответ в контексте 👍 1

Все ответы (2)

more options

Выбранное решение

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.

Изменено 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.

Изменено cor-el