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!

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Disable touchscreen gestures (scrolling, etc.)

  • 2 răspunsuri
  • 0 au această problemă
  • 2 vizualizări
  • Ultimul răspuns de beibotanov

more options

I've got a legacy transformer laptop with an integrated wacom-type sensor screen. Despite all shortcomings of it's age, the laptop's got class.

The main web browser installed is Firefox ESR. In tablet mode, control was handled by the Windows - mouse-like drag'n'drop, marking, but with added scrolling gesture by swinging quickly up and down. Using it in the tablet mode is actually very practical.

Recently, after updating from 91 to 101, browser started to interpret the pen as a finger, controls became clumsy and frustrating. The only way of turning finger gestures off, parameter gestures.enable_single_finger_input described in that question (https://support.mozilla.org/en-US/questions/973974) had no visible effect. Have fallen back to 91esr, but this is obviously just a temporary solution. Is there any way to add force-disable parameter or something?

I've got a legacy transformer laptop with an integrated wacom-type sensor screen. Despite all shortcomings of it's age, the laptop's got class. The main web browser installed is Firefox ESR. In tablet mode, control was handled by the Windows - mouse-like drag'n'drop, marking, but with added scrolling gesture by swinging quickly up and down. Using it in the tablet mode is actually very practical. Recently, after updating from 91 to 101, browser started to interpret the pen as a finger, controls became clumsy and frustrating. The only way of turning finger gestures off, parameter '''gestures.enable_single_finger_input''' described in that question (https://support.mozilla.org/en-US/questions/973974) had no visible effect. Have fallen back to 91esr, but this is obviously just a temporary solution. Is there any way to add force-disable parameter or something?

Soluție aleasă

Sorry for not replying for so long.

Changing dom.w3c_touch_events.enabled to 0 did not help. But i have found another nearby parameter, dom.w3c_pointer_events.dispatch_by_pointer_messages, setting it to false did the trick!

Thank you for the help!

Citește acest răspuns în context 👍 0

Toate răspunsurile (2)

more options

Does changing this pref has effect ?

  • about:config => dom.w3c_touch_events.enabled = 0

WARNING: modifying prefs directly via the about:config page can sometimes break Firefox or cause strange behavior, and there is no guarantee that this will keep working in future Firefox releases, so be cautious with modifying prefs if you aren't sure you understand their purpose. You should only do this if you know what you're doing.

more options

Soluție aleasă

Sorry for not replying for so long.

Changing dom.w3c_touch_events.enabled to 0 did not help. But i have found another nearby parameter, dom.w3c_pointer_events.dispatch_by_pointer_messages, setting it to false did the trick!

Thank you for the help!