Skip to main content

Search and Top Navigation

#3070 closed bug (duplicate)

Opened July 04, 2008 08:37PM UTC

Closed July 08, 2008 06:57PM UTC

Last modified July 09, 2008 05:33PM UTC

dialog no longer leaves room for button pane

Reported by: jquery@rickster.com Owned by: scottgonzalez
Priority: major Milestone: 1.5.2
Component: ui.dialog Version: 1.5.1
Keywords: Cc:
Blocked by: Blocking:
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>
Attachments (0)
Change History (2)

Changed July 08, 2008 06:57PM UTC by rdworth comment:1

resolution: → duplicate
status: newclosed

Duplicate of #3061. Fixed in [401].

Changed July 09, 2008 05:33PM UTC by paul comment:2

milestone: → 1.5.2