Bug Tracker

Ticket #2615 (new bug)

Opened 10 months ago

Last modified 9 months ago

[ui.dialog] no reason for .css({position: 'relative'})

Reported by: rbuc Assigned to: scott.gonzalez
Type: bug Priority: minor
Milestone: 1.2.4 Component: ui
Version: 1.2.3 Keywords:
Cc: Needs: Review

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

Change History

Changed 9 months ago by paul

  • owner changed from paul to scott.gonzalez
Note: See TracTickets for help on using tickets.