doco Envjs.defaultEventBehaviors
Reported by nickg | 2010-03-27 12:38:50 UTC
in src/platform/core/event.js we have a lonely
/**
* @param {Object} event
*/
Envjs.defaultEventBehaviors = {};
Needs a little doco. By grep I found it's used
eventarget.js
Comments and changes to this ticket
-

Thatcher 2010-03-28 09:46:07 UTC
This is unfinished work. Its basically the hook system for behaviors like
form.submit and click for links. I've got the form submission code
basically finished and the only reason I havent connected the moving parts
is because I'm trying to figure out what Envjs should do when an events
default behavior results in a new window object. -

-

Thatcher 2010-03-29 15:26:59 UTC
probably should. But its not quite obvious. that's why I started focusing
on a persistent implementation, primarily becuase my own use case required
that following windows across what is basically a crawl/creep operation
allow me to maintain some amount of state.I didn't want to break my own work and I didnt want to force my needs on
anybody else. I think enabling cookies across window instances is enough
for me to feel comfortable with a new window.thatcher
-

Steven Parkes 2010-03-29 15:40:26 UTC
Heck or even the HTML5 storage APIs, right? I'm starting to look seriously at them ...
-

Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
a javascript browser environment