Side navigation
#2615 closed bug (invalid)
Opened March 29, 2008 04:57PM UTC
Closed July 11, 2010 06:42PM UTC
[ui.dialog] no reason for .css({position: 'relative'})
Reported by: | rbuc | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I can't see the reason while the position of .ui-dialog-container must be set to relative within the script and not inside the theme css. When toggling this with firebug and I can't even see a visual difference. The problem is because it's set dynamically one can't override it with css.
line 102, rev 5143
var uiDialogContainer = uiDialogContent.parent().addClass('ui-dialog-container').css({position: 'relative'});