Resize bug on modal dialog still not fixed?

Hello,

the annoying bug, where you can not resize a webdialog (sheet or modal style, not palette) on runtime, is still not fixed, at I right?

Why is that so? This is a known bug since at least 2013 when we started using Xojo. :slight_smile:

It drastically decreases the style and interface of the web edition. Is a fix somehow planned?

YouÂ’ll have to be more specific. Are you talking about resizing in code or using the drag handle to resize?

I’m talking about the odd behaviour, if one resize a dialog while its open in a running app, like dialog.width = dialog.width + 10

The dialog itself then isn’t resized but its gray background. Also the dialog sometimes snaps to the top left border of the screen.

This also happens if you’re using an animator for resizing.

[quote=404093:@Lars Lehmann]I’m talking about the odd behaviour, if one resize a dialog while its open in a running app, like dialog.width = dialog.width + 10

The dialog itself then isn’t resized but its gray background. Also the dialog sometimes snaps to the top left border of the screen.

This also happens if you’re using an animator for resizing.[/quote]
Ah, then no.

Have you tried resizing it before it is shown?

This is possible, but this is not the use case we try to build.

does that mean, that there’s no fix or that there’s no fix planned?

That means thereÂ’s currently no workaround that IÂ’m aware of.