Skip to main content

Search and Top Navigation

#5732 closed feature (fixed)

Opened June 16, 2010 04:58PM UTC

Closed March 22, 2011 06:35PM UTC

Widget: Make the widget method maintain the stack

Reported by: scottgonzalez Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.widget Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:
Description

$( el ).plugin( "widget" ).end() should work like any other plugin that modifies the stack.

Attachments (0)
Change History (8)

Changed July 30, 2010 12:28PM UTC by jzaefferer comment:1

resolution: → fixed
status: newclosed

Fixed in ea58cd5.

Always use this.element.pushStack(widgetElement.get()) in custom widget() implementations.

Changed July 30, 2010 04:39PM UTC by scottgonzalez comment:2

resolution: fixed
status: closedreopened

Reverted the commit. See commit notes.

Changed November 19, 2010 06:26PM UTC by jzaefferer comment:3

resolution: → fixed
status: reopenedclosed

Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack

Changeset: ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d

Changed November 19, 2010 06:26PM UTC by jzaefferer comment:4

Use pushStack in tooltip's widget method. See #5732

Changeset: 96977edecc134d9212a304a1236e823237e8e274

Changed November 19, 2010 06:26PM UTC by Scott González comment:5

Revert "Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack"

This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.

Changeset: 58ae7ce2fd20fb865c9087fb2eae0dbdb39fc9a7

Changed November 19, 2010 06:49PM UTC by scottgonzalez comment:6

resolution: fixed
status: closedreopened

Changed March 22, 2011 06:35PM UTC by scottgonzalez comment:7

summary: make the widget method maintain the stackWidget: Make the widget method maintain the stack

Changed March 22, 2011 06:35PM UTC by Scott González comment:8

resolution: → fixed
status: reopenedclosed

Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - Widget: Make the widget method maintain the stack.

Changeset: f77224055a65f8343cd53411608a95d98db97138