dialog no longer leaves room for button pane
In previous versions, room was left for the button pane below the contents of the dialog. now the contents fill 100% and push the button pane into the (hidden) overflow unless an absolute/relative position is defined for the button. The button pane should show in the regular flow w/o any additional css. The generated html structure looks like (abbreviated):
<div class="ui-dialog" style="overflow: hidden">
<div class="ui-dialog-container" style="height: 100%"/>
<div class="ui-dialog-buttonpane"/>
</div>
Change History (2)
Resolution: |
→ duplicate
|
Status: |
new →
closed
|
Duplicate of #3061. Fixed in [401].