Ticket #3094 (closed bug: fixed)
dialog button pane
| Reported by: | ajpiano | Owned by: | rdworth |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7 |
| Component: | ui.dialog | Version: | 1.5.1 |
| Keywords: | dialog buttonpane | Cc: | |
| Blocking: | Blocked by: |
Description
The buttonpane is getting covered up by the main content as of 1.5.1, at least in FF3
The problem seems to be on line 83 where the position is set to absolute.
.addClass('ui-dialog-buttonpane').css({ position: 'absolute', bottom: 0 });
Setting position to relative got the buttons to show up, though I'm not really sure how deep the rabbit hole goes on this one, so I'm not sure if just changing that is the ideal solution.
Change History
comment:1 Changed 5 years ago by scott.gonzalez
- Owner changed from scott.gonzalez to rdworth
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

