Sascha Ißbrücker

Results 310 comments of Sascha Ißbrücker

This can also be useful for selects, either native or for ``. Here the component value is always a string, but the model that you select can be anything like...

I'll transfer this to https://github.com/vaadin/flow, so that the responsible team can triage this.

Just to reference what the actual problem is, as it was not clear during grooming. The bottom-end notification uses a certain percentage of the screen width by default, which causes...

This is likely a Flow issue. Possibly related: https://github.com/vaadin/flow/issues/14187, https://github.com/vaadin/flow/issues/8037

This is a Flow component issue. The observed delay is the server roundtrip between showing the editor when cell editing starts, and updating the editor with the edited value from...

Not locking in the width when starting dragging can have some interesting side effects if the dialog has a max width: https://user-images.githubusercontent.com/357820/195904386-2e15a66f-d53b-48cf-8277-7f8cfce0ebfa.mp4 That seems to be because the max-width is...

I think the code above by @Emnalyeriar is not really secure: It basically does not check if the `state` in the POST matches the `state` generated in the GET: -...

Moving this to in triage, there should be a way to change the tooltip, but it needs to be checked how. Seems the tooltip title is part of the accessibility...

Hmm, with `limit = -1` sometimes you don't get any result at all from the CDX API. For example: ``` http://web.archive.org/cdx/search/cdx?url=https://github.com/awslabs/aws-serverless-express&gzip=false&showResumeKey=true&limit=-1 ``` returns an empty response. However: ``` http://web.archive.org/cdx/search/cdx?url=https://github.com/awslabs/aws-serverless-express&gzip=false&showResumeKey=true&limit=-5 ```...

Yeah, the website delivers an HTML document that is 5 MB in size, which the server-side scraper doesn't handle very well. The scraper will first load the full HTML, and...