-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Page events demo and pagecontainer updates #7285
Conversation
@arschmitz After this has landed, we need to update demos/selectmenu-custom-filter/index.php to no longer rely on |
@@ -788,14 +803,14 @@ define( [ | |||
|
|||
promise = ( new TransitionHandler( transition, reverse, to, from ) ).transition(); | |||
|
|||
promise.done($.proxy(function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spacing
You get the following exception from demos/page-events/alertevents.php when you attempt to open the popup: Uncaught TypeError: Converting circular structure to JSON |
@gabrielschulhof this failure is legit |
Checking it out ... |
OK ... I need to expect the file URL. |
I haven't tested this with |
OK. This is weird. It's passing locally. |
"pagecontainerloadfailed", | ||
"pagebeforecreate", | ||
"pagecreate", | ||
"pageinit", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is deprecated in 1.4.0
Re #7285 (comment) (cherry picked from commit 18d6b12)
To make sure all former page events have a page container counterpart, and that this counterpart has both a toPage and prevPage prop on the ui object Also add a demo of how to debug pagecontainer events Fixes jquery-archivegh-7063 Fixes jquery-archivegh-7283 Fixes jquery-archivegh-7176 Closes jquery-archivegh-7285
This is demo of page events using the event debugger.
Also included to this is updates to page container based on our decision to unify params and events in pagecontainer.