You found a bug! We've classified it as
EXTJS-23295
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
-
modal window title not take in consideration when positioning to be all visible
-
Sencha User
Seb -
Issue seems to be introduced by the VBox layout.
In the meantime, this may be a workaround for you.
//layout: 'vbox',
x: '5',
y: '5',
I will prepare a bug report and link it to this post.
Kevin Jackson
Sencha Support Team
-
Sencha User
Thanks for the report! I have opened a bug in our bug tracker.
-
You should configure your window with constrainHeader: true, it's trying to center the item by default in the container, which is too small.
Constraining the header forces it to be visible.
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
-

Originally Posted by
evant
it's trying to center the item by default in the container, which is too small.
I think the default should be that the all things is visible as the first requirement and then try to center as much as possible without violating the first. It's a typical bug, like these funny applications where the context menu shows truncated instead of been positioned to be usable.