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

events management by global controller #86

Open
renoust opened this issue Jun 14, 2013 · 0 comments
Open

events management by global controller #86

renoust opened this issue Jun 14, 2013 · 0 comments

Comments

@renoust
Copy link
Owner

renoust commented Jun 14, 2013

global controller will capture and dispatch events
event can be diverse:

  • basic interaction events such as mouse position and so on, most events that are available from browsers (often captured through window, maybe we should look at how other libraries manage events, we are dependent from d3 and jqueryui, maybe they can provide some part of the management we can only wrap)
  • our own events, application dependent
    it could be important, in order not to interfere with other events to manage our own "domain" of events, enabling us to pre-treat some (and hopefully to avoid browser/access dependent side effects on the client's side).
    @fabien, read part 4, chap 13 of JS Ninja
@ghost ghost assigned fgeliber Jun 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants