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

About UI states #9

Open
nfroidure opened this issue Oct 23, 2013 · 0 comments
Open

About UI states #9

nfroidure opened this issue Oct 23, 2013 · 0 comments
Labels

Comments

@nfroidure
Copy link
Member

There are a few UI states we have to deal with in order to fire some events / behave like real users :

  • the cursor position could be shared between touch and mouse events and is surely shared between mouse events and Pointer event for the mouse pointer.
  • we have to track the activeElement and check if it's content changed when he loose the focus in order to fire a 'change' event.
  • we could manage the clipboard content in order to use the paste / cut / copy functions without taking car of the content.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant