Search and Top Navigation
#6791 closed bug (worksforme)
Opened December 30, 2010 04:45AM UTC
Closed December 30, 2010 04:49PM UTC
Last modified December 30, 2010 06:28PM UTC
After 2nd usage
| Reported by: | samishii23 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.dialog | Version: | 1.8.7 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
ui.dialog after initiating a dialog window, a new element can be seen at the bottom of the page.
Image Section:
1) Top First Page Load, never used .dialog() yet.
2) Opened with with the below options.
autoOpen: true,
width: 350,
modal: true,
title: _title,
resizable: false,
buttons: {
Submit: function() { $("#ajaxForm").submit(); },
Cancel: function() { $(this).dialog('close'); }
}
}
3) Dialog closed
This works fine for me. Please provide a reduced test case showing the problem.