Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#5459 closed enhancement (fixed)

Dialog: expose .position() API

Reported by: Scott González Owned by:
Priority: blocker Milestone: 1.8.3
Component: ui.dialog Version: 1.8
Keywords: Cc:
Blocked by: Blocking:

Description

Update the position option to accept a hash to pass through to .position().

See #5458.

Change History (4)

comment:1 Changed 13 years ago by bhollis

I sent a pull request for a patch that adds the ability to use ui.position arguments to position dialogs: http://github.com/bhollis/jquery-ui/commit/9c9a22c47e96362e38b29fed4c615e795a17dc5c

Note that my patch preserves all the current documented ways of setting position (string, array) but not the undocumented object argument.

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

Resolution: fixed
Status: newclosed

Fixed in 6de9a53. Thanks Ben.

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

Milestone: 1.91.8.3

comment:4 Changed 13 years ago by Ben Hollis

Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dialog: expose .position() API

Changeset: 6de9a5368c3e0523f91f08e7b1516549ce006f98

Note: See TracTickets for help on using tickets.