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

when inserting a string into Credit Card Number/CVV fields with right click on desktop or paste in android mobile, event handlers do not fire #7

Open
bruvinsky opened this issue Mar 20, 2022 · 0 comments

Comments

@bruvinsky
Copy link

bruvinsky commented Mar 20, 2022

how to reproduce:

DESKTOP (Google Chrome Version 99.0.4844.51):

  1. copy the card number to memory, for example 4111111111111111

  2. right mouse click on "Credit Card Number"(or "CVV") to get context menu

  3. left mouse click on "Paste"

  4. left mouse click anywhere on the page (for example, in another field)
    the result is on screenshot https://prnt.sc/varH-pUkDemj

  5. if instead of clicking anywhere on the screen with the mouse, go to another form field using with clicking "tab", the handler is triggered
    https://prnt.sc/Y0Xx6dZMnqMV

Android MOBILE (Google Chrome)

  1. copy the card number to memory, for example 4111111111111111
  2. long click on "Credit Card Number" field to bring up the menu
  3. click on Paste
  4. click anywhere on the page
    The value in the field is not formatted and apparently not validated
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

1 participant