Pointer events broken for pen devices
Categories
(Core :: DOM: Events, defect, P2)
Tracking
()
People
(Reporter: davidj, Unassigned)
References
(Blocks 1 open bug)
Details
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Firefox 70.0 doesn't have the dom.w3c_pointer_events.dispatch_by_pointer_messages
pref anymore it seems (was moved to StaticPrefs, here I think https://hg.mozilla.org/mozilla-central/rev/5f00f7fcd77854dab538bb0606b573b3369957d8)
I'm not sure what static prefs are but is there any other trick now to get pressure working on windows? It worked fine before with dom.w3c_pointer_events.dispatch_by_pointer_messages
set to true.
Please disregard the previous comment. It works fine after I've manually reset the preference in about:config.
Sorry for the bother.
Comment 9•5 years ago
|
||
@Maxime and @Swadical: have you had any success in fixing it? PowerPoint online is also looking to have this bug fixed to improve user experience in FireFox.
Comment 10•5 years ago
|
||
This is blocking Office online.
Could you please increase priority of this bug?
Comment 11•5 years ago
|
||
(In reply to grigoriy.lyukshin from comment #10)
This is blocking Office online.
Could you please increase priority of this bug?
Hi thanks for letting us know.
There has been some ongoing effort on the stylus/pen meta bug.
Updated•5 years ago
|
Comment 12•4 years ago
|
||
I think my case is related to this.
I have an old Wacom Bamboo tablet. I tried to sign a document with Adobe Sign and then I discovered that when I click with the pen, and hold it, the context menu will pop-up when I release the pen.
I couldn't sign the document at all. The webpage accepts clicks, so I could place a dot in the signing field. But holding the pen to actually draw my signature was impossible, there was no drawing whatsoever, but as soon as I lifted the pen from the tablet the context menu would appear.
And yes, I have disabled the Windows option to "right click on press-and-hold". I even forced it in the regedit.
Comment 13•4 years ago
|
||
I have an x-pen tablet and its also broken. Couple of scenarios I've noticed:
- open two firefox windows that overlap with multiple tabs. Using Windows taskbar and the pen, switch to the second window then try to change tab => tab changes on the first window instead of the second/active window. Using alt-tab to switch window does work properly
- have a plugin with a menu attached to its toolbar icon (e.g. no-script, u-block, ...), use the pen to open the menu, select a menu entry => nothing happen in the plugin and if the menu entry covers a link in the webpage, the link is clicked instead.
Comment 14•3 years ago
|
||
(In reply to Maxime from comment #8)
Please disregard the previous comment. It works fine after I've manually reset the preference in about:config.
Sorry for the bother.
Firefox 70.0 doesn't have the dom.w3c_pointer_events.dispatch_by_pointer_messages pref anymore
Hi Maxim,
I don't see the preferencedom.w3c_pointer_events.dispatch_by_pointer_messages
inabout:config
in Firefox 91, by manually reset the preference, do you mean that you created a new preference and set it toTRUE
?
Description
•