Search and Top Navigation
#2615 closed bug (notabug)
Opened March 29, 2008 04:57PM UTC
Closed June 11, 2008 11:47AM UTC
[ui.dialog] no reason for .css({position: 'relative'})
Reported by: | rbuc | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.5b4 |
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'});
Attachments (0)
Change History (4)
Changed April 01, 2008 06:47PM UTC by comment:1
owner: | paul → scott.gonzalez |
---|
Changed May 24, 2008 03:39AM UTC by comment:2
milestone: | 1.2.4 |
---|
Milestone 1.2.4 deleted
Changed May 24, 2008 07:21PM UTC by comment:3
component: | ui.core → ui.dialog |
---|---|
version: | 1.2.3 → 1.5b4 |
Changed June 11, 2008 11:47AM UTC by comment:4
resolution: | → invalid |
---|---|
status: | new → closed |
It's set inside the code because it's a reasonable default. You can override it in css with !important.