Johan Vosloo

Results 12 comments of Johan Vosloo

I think my issue is related to this issue. This used to work with v1.0.0: ``` $("input:submit,input:button,a.button,button:submit").initialize( function(){ $(this).button(); }); ``` but breaks with v1.3.0 ?

2 cents: not all behavior names naturally end in "able" .. as in `draggable`, e.g. we have some behaviors where we string a long a few different event handlers that...

The keepOrder property will be really useful for me. Any eta on when it might be available?

How exactly would you do that in a controller?

Ah ok, I see in Play2 the default seems to be "lax": https://www.playframework.com/documentation/2.8.x/SettingsSession Would that be a sensible default for Play1 as well then?

I hear you. Check out this discussion: https://github.com/playframework/playframework/issues/7316

@kiennguyen makes sense to me yes. I'm not not one of the committers, so can't answer on the plan. Perhaps @miller11 has an idea

Hehe... glad I could be helpful (and sorry for making more work for you!) 😄