Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#6103 closed bug (wontfix)

Dialog wont reposition position

Reported by: arunitc Owned by:
Priority: minor Milestone:
Component: ui.dialog Version: 1.8.5
Keywords: Cc:
Blocked by: Blocking:

Description

If you give an animation in the $("#obj").dialog() function and then try repositioning in the open event of the dialog, the reposition will not work. Removing the show: 'slide' option is the only way to make this work

$(editTemplate).dialog({ modal: true, show: 'slide,

open: function () {

$(this).dialog("option", "position", 'top');

});

In the above example the position option will not work unless show: 'slide' is removed from the options on top.

Change History (2)

comment:1 Changed 13 years ago by Scott González

Resolution: wontfix
Status: newclosed

Animations require wrapping the animated element. Change the position before opening the dialog.

comment:2 Changed 11 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.