Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New gesture drawing glitch with Wacom pen #583

Open
sh4r1k7 opened this issue Apr 12, 2021 · 2 comments
Open

New gesture drawing glitch with Wacom pen #583

sh4r1k7 opened this issue Apr 12, 2021 · 2 comments

Comments

@sh4r1k7
Copy link

sh4r1k7 commented Apr 12, 2021

This was found as part of #575

demo:
demo

steps:

  • draw a gesture a few times
  • after 1 or <10 attempts input is no longer traced, a right-click menu pops up instead, and a duplicate trace appears below and outside the input area
  • closing and opening the input panel, or a different gesture panel, has no effect - the issue is present immediately
  • only closing the addon settings page/tab and reopening it clears the issue
@Robbendebiene
Copy link
Owner

It would be interesting if any errors get logged, can you please:

  1. open Gesturefy settings page
  2. press Ctrl + Shift + K to open the console
  3. reproduce the issue
  4. post any console logs here

Can you also please record the moment when the duplicated trace appears? This seems to be the only thing that's missing in the recording.

@sh4r1k7
Copy link
Author

sh4r1k7 commented Apr 21, 2021

Hi, sorry for the long wait, here's how to trigger it - nothing special - but the error log is pretty clear why it locks up.

Not sure why the duplicate ghost trace doesn't appear sometimes though, couldn't get it to happen.

panel-no-response

Here's the trace for setPointerCapture:

update moz-extension://41f223a4-baf0-4117-9ed0-828f3cc26f27/core/modules/mouse-gesture-controller.js:215
    handlePointermove moz-extension://41f223a4-baf0-4117-9ed0-828f3cc26f27/core/modules/mouse-gesture-controller.js:312
    (Async: EventListener.handleEvent)
    initialize moz-extension://41f223a4-baf0-4117-9ed0-828f3cc26f27/core/modules/mouse-gesture-controller.js:174
    handlePointerdown moz-extension://41f223a4-baf0-4117-9ed0-828f3cc26f27/core/modules/mouse-gesture-controller.js:299
    (Async: EventListener.handleEvent)
    enable moz-extension://41f223a4-baf0-4117-9ed0-828f3cc26f27/core/modules/mouse-gesture-controller.js:111
    openGesturePopup moz-extension://41f223a4-baf0-4117-9ed0-828f3cc26f27/views/options/js/content/gestures.js:578
    onItemClick moz-extension://41f223a4-baf0-4117-9ed0-828f3cc26f27/views/options/js/content/gestures.js:389

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants