Henning Koch

Results 67 comments of Henning Koch

A workaround is to disable the `autoStrip` option. This makes Behave.js replace all backspace events with its own behavior.

Note that Unpoly 3 will also add an [`.up-loading` class on the fragment that is being targeted](http://triskweline.de/unpoly3-slides/#56). > also sometimes requests happen too fast (in development mostly) so it is...

This should also work on an `input[type=button]`. We could just drop the element type from the selector and emit events on anything with an `[up-emit]` attribute. This is how we...

Thanks for investigating @apeckham ! Users should be able to use curly braces in params descriptions. I'd love it if we could fix the [parser](https://github.com/unpoly/unpoly-site/blob/7388e778d55c896aa680fb5b20462b806919bcd4/lib/unpoly/guide/parser.rb#L285) so that a type is...

Closed in favor of [unpoly/unpoly-site#9435995 ](https://github.com/unpoly/unpoly-site/commit/9435995e90e24360a4e5ba421b57807bb7e51054).

I don't see this happening for `up:proxy:slow`, since multiple requests with different "factors" may be slow and we only emit the event once until the queue has cleared up again....

I would like to cover this case in Unpoly, since it affects every web application. See [related discussion](https://groups.google.com/forum/#!topic/unpoly/UhJp-6j0ySw) about the upcoming `up:fragment:loaded` event that will make this much easier to...

I realized that tests were broken in `hk/layers`. This is fixed now. Let me know if you need help writing tests. Writing a Jasmine spec that involves mocked AJAX requests...

> Either setting the initial version via JS (e.g. up.proxy.config.assetVersion = '1234';) or via a meta tag would be ideal IMHO. I like `up.proxy.config.assetVersion` as an alternative to the cookie!...

> Thanks for the tip on request.navigate()! It's not released yet, so don't change your code yet :)