Martin Turóci

Results 209 comments of Martin Turóci

@hustcc any updates on this? Do you accept PRs?

It seems like this happens only during when the canvas boundary is hit repeatedly.

> @mturoci - this might conflict with #348? Yes, I suppose. I suggest addressing both issues in this PR.

Citing [docs](https://wave.h2o.ai/docs/api/ui#link) on `download` attribute: _True if the link should prompt the user to save the linked URL instead of navigating to it. **Works only if button() is false**._

Agree, just wasn't sure if there isn't any non-obvious reason for this from your side @lo5. The implementation should be a no-brainer, will do.

@mtanco can you please put up a small repro? I managed to download with a button link like so: ```py ui.link( label='Download link', path='https://file-examples-com.github.io/uploads/2017/02/file-sample_100kB.doc', download=True, button=True ) ```

@Daniel-Kelvich can you add a min repro code please? Thanks!

The current state of `download` attr is: * If the resource can be opened by the browser itself (jpg/pdf etc.), open it in browser. * If the resource cannot be...

Hi @pascal-pfeiffer, can you elaborate more on why you consider the alignment important? Is there any functional UX value or just "cosmetic touches"?

We will probably not going to make this configurable, but rather try to find the best UX possible and use it as a default. >travel length for the coursor from...