You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autosize: Automatically size the window to fit the window contents.
I have misread and window refers to the viewport and not the winbox window. This is now a feature request, it's very hard to resize the window given the content of it as you need to spawn the window to know the size of it's content
Code
Expected Behaviour
The window spawns in the center with width 100px, height 100px as that's the size of the content (html)
Actual Behaviour
Window spawns as if autosize isn't there with width 500px, height 500px
Tested on Demo Site
Tested with latest release
Oops
I have misread and
window
refers to the viewport and not the winbox window. This is now a feature request, it's very hard to resize the window given the content of it as you need to spawn the window to know the size of it's contentI've tried:
(
client[Width|Height]
is unknown until added to DOM)The text was updated successfully, but these errors were encountered: