Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How to override detected preferences in about:config

  • 2 відповіді
  • 2 мають цю проблему
  • 6 переглядів
  • Остання відповідь від ziggy5078778

more options

I have a Sony laptop with a touch screen and windows 10 running Firefox 53.03. Firefox's about:config detects the following preference:

ui.osk.debug.keyboardDisplayReason userset string IKPOS: Keyboard presence confirmed.

I want to override it to be: ui.osk.debug.keyboardDisplayReason userset string IKPOS: Touch screen not found.

I have tried creating a user.js with the following content: user_pref("ui.osk.debug.keyboardDisplayReason", "IKPOS: Touch screen not found."); but about:config does not change.

If I go into the device manager and disable the touchscreen, then I get the correct preference and Firefox works correctly, but I'd like to keep the touchscreen enabled.

Thanks. Zig

I have a Sony laptop with a touch screen and windows 10 running Firefox 53.03. Firefox's about:config detects the following preference: ui.osk.debug.keyboardDisplayReason userset string IKPOS: Keyboard presence confirmed. I want to override it to be: ui.osk.debug.keyboardDisplayReason userset string IKPOS: Touch screen not found. I have tried creating a user.js with the following content: user_pref("ui.osk.debug.keyboardDisplayReason", "IKPOS: Touch screen not found."); but about:config does not change. If I go into the device manager and disable the touchscreen, then I get the correct preference and Firefox works correctly, but I'd like to keep the touchscreen enabled. Thanks. Zig

Усі відповіді (2)

more options

Did you try to disable touch screen support in Firefox?

  • ui.osk.enabled = false

The Debug prefs are created by the relevant code.

more options

cor-el said

Did you try to disable touch screen support in Firefox?
  • ui.osk.enabled = false

Thanks, just tried the above and no joy.