Dialog strange behaviour on Vaadin 14.2.0.alpha11 on safari 13.1

Hi,

the dialog component has a strange behaviour on on Vaadin 14.2.0.alpha11 using safari 13.1 ( Chrome seems ok )

When try to resize the Dialog using the mouse, the content is not resized.
When you resize the browser, then the content is resized.

Have a look to the attachment.
18221591.png

Hello, this looks like a bug.

Please submit an issue to https://github.com/vaadin/vaadin-dialog

Also, we would really appreciate a code example of the dialog content (especially, what layouts are you using for buttons and text fields on the screenshot).

Is that using some built-in component, or is the layout inside the dialog a custom one?

My first guess is that something is wrong with flex containers in CSS.

Serhii Kulykov:
Hello, this looks like a bug.

Please submit an issue to https://github.com/vaadin/vaadin-dialog

Also, we would really appreciate a code example of the dialog content (especially, what layouts are you using for buttons and text fields on the screenshot).

Hi,

i just opened an issue with some sample code.

Thanks, bye

Jouni Koivuviita:
Is that using some built-in component, or is the layout inside the dialog a custom one?

My first guess is that something is wrong with flex containers in CSS.

Hi, i use standard components like verticalLayout and the new Scrollable.

I just opened an issue and posted some example code.

Thanks