Ticket #3070 (closed bug: duplicate)

Opened 5 years ago

Last modified 5 years ago

dialog no longer leaves room for button pane

Reported by: jquery@… Owned by: scott.gonzalez
Priority: major Milestone: 1.5.2
Component: ui.dialog Version: 1.5.1
Keywords: Cc:
Blocking: Blocked by:

Description

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

comment:1 Changed 5 years ago by rdworth

  • Status changed from new to closed
  • Resolution set to duplicate

Duplicate of #3061. Fixed in [401].

comment:2 Changed 5 years ago by paul

  • Milestone set to 1.5.2
Note: See TracTickets for help on using tickets.