Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Signature data is not updated if mouse-up happens out of canvas. #70

Open
saurabh-jtg opened this issue Oct 4, 2017 · 1 comment
Open

Comments

@saurabh-jtg
Copy link

  • If user starts signing and goes out of canvas, the signature data is not updated which may be confusing for user.
  • The reason is that touchEnd event is not fired within the directive which triggers the update (updateModel() method).
  • One way to handle this is by also updating the signature data when user goes out of the canvas using focus-out.
@paolosanchi
Copy link

it should be a duplicate of this:
#44

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

No branches or pull requests

2 participants