Tomi Virkki

Results 63 comments of Tomi Virkki

I tried the provided example locally. The purpose of `all-rows-visible` is that it makes the grid's height unlimited / not fixed, so it grows large enough to cover all the...

How do I reproduce this issue? It doesn't happen with the original example (with 800px height applied)

The error message only shows on Chrome. FF and Safari seem to have higher limits on how much recursion they tolerate.

On the current `main`, disabled buttons won't emit click events, even with `pointer-events: auto` Fixed by https://github.com/vaadin/web-components/pull/8541

The dashed light blue area is the position of the dragged widget in the dashboard, not a dropzone. You can drag the widget over the empty space and the widgets...

The issue can be produced on a desktop environment by programmatically focusing an input outside the date picker: ```html const datePicker = document.querySelector('vaadin-date-picker'); datePicker.addEventListener('opened-changed', (event) => { if (event.detail.value) {...

These part names are also available for RTE in Vaadin 23 so style injection should not be necessary

~Same as https://github.com/vaadin/web-components/issues/5940~

Hi, After some investigation, I discovered that the Spreadsheet GWT widget does have some kind of a read-only state [implementation](https://github.com/vaadin/flow-components/blob/aea676ecf19ec3c90c69f97ce76cc0b3840b4519/vaadin-spreadsheet-flow-parent/vaadin-spreadsheet-flow-client/src/main/java/com/vaadin/addon/spreadsheet/client/SheetTabSheet.java#L472-L476), but for whatever reason it's not exposed publicly with the...

`dialog.style.position = 'fixed';` fixes the issue at least in this case