Search and Top Navigation
#3094 closed bug (fixed)
Opened July 13, 2008 03:39AM UTC
Closed December 19, 2008 06:07PM UTC
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: | |
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (6)
Changed July 13, 2008 04:08AM UTC by comment:1
owner: | scott.gonzalez → rdworth |
---|---|
status: | new → assigned |
Changed July 15, 2008 09:29AM UTC by comment:2
This change comes from #3094 and seems to be caused by the aforementioned ''bottom: 0'' overriding the value given to the ''bottom'' propety by the themes.
Changed August 16, 2008 03:41PM UTC by comment:4
milestone: | → 1.6 |
---|
seems buttons are in front?
Changed August 18, 2008 02:03PM UTC by comment:5
priority: | blocker → major |
---|
Changed December 19, 2008 06:07PM UTC by comment:6
resolution: | → fixed |
---|---|
status: | assigned → closed |
This should be fixed with new CSS framework. Feel free to re-open this ticket if you continue to have problems after 1.6rc3 with a new theme.