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

Pfad aufzeichnen: beim Rausfahren und wieder Reinfahren während des Aufzeichnens springt der Pfad #2

Open
boinappi opened this issue Jul 23, 2020 · 3 comments
Assignees
Labels
usability track usability issues userland frontend, website, usability, controllers...

Comments

@boinappi
Copy link
Collaborator

Wenn man mit dem Cursor während des Aufzeichnens eines Pfades aus dem Zeichenfeld fährt, um das Zeichenfeld herum, und wieder herein, springt der Pfad.

Mögliche Lösung:

  • check ob neue Position des Cursors im Aufzeichenfeld

  • wenn ja beweg den Cursor

  • wenn nein behalte alte Position

@boinappi boinappi added the usability track usability issues label Jul 23, 2020
@boinappi boinappi added this to the Weekly milestone Jul 23, 2020
@boinappi boinappi added the userland frontend, website, usability, controllers... label Jul 23, 2020
@andreas-kraus
Copy link
Collaborator

Maus im Canvas zu halten ist leider nicht trivial:

Laut StackOverflow:

It's not possible to control mouse position with Javascript;

Ich werde versuchen, den Mauszeiger zu capturen um zu sehen, ob sich das Problem damit lösen lässt, wenn auch weniger ansehnlich.
Vielleicht lässt sich die Position des Cursors dann mit einer Modifikation des CustomCursors nachträglich noch anpassen.

@andreas-kraus
Copy link
Collaborator

Sollte mit c514f73 gefixt sein, ich lasse das Issue aber noch bis zur Bestätigung beim nächsten Jour Fixe offen.

@boinappi
Copy link
Collaborator Author

boinappi commented Aug 6, 2020

Was cool wäre:
Wenn man über den Rand heraus fährt, den CustomCursor an die Stelle setzen wo tatsächlich Werte gezeichnet werden. Dann beim Zurückfahren nur das Delta der echten Maus zum "festgehaltenen" CustomCursor aufzeichnen

@boinappi boinappi removed this from the Weekly milestone Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability track usability issues userland frontend, website, usability, controllers...
Projects
None yet
Development

No branches or pull requests

3 participants