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 comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Changed July 30, 2010 04:39PM UTC by comment:2
resolution: | fixed |
---|---|
status: | closed → reopened |
Reverted the commit. See commit notes.
Changed November 19, 2010 06:26PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | reopened → closed |
Use pushStack in widget method. Fixes #5732 - make the widget method maintain the stack
Changeset: ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d
Changed November 19, 2010 06:26PM UTC by comment:4
Use pushStack in tooltip's widget method. See #5732
Changeset: 96977edecc134d9212a304a1236e823237e8e274
Changed November 19, 2010 06:26PM UTC by 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 comment:6
resolution: | fixed |
---|---|
status: | closed → reopened |
Changed March 22, 2011 06:35PM UTC by comment:7
summary: | make the widget method maintain the stack → Widget: Make the widget method maintain the stack |
---|
Fixed in ea58cd5.
Always use this.element.pushStack(widgetElement.get()) in custom widget() implementations.