This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Pagecontainer: load event callback receives empty ui object #7580
Closed
Description
The pagecontainerload
event callback is not passed a valid "ui" object.
Test page: http://jsbin.com/huvoraba/53
Expected: pagecontainerload
callback receives a valid "ui" object containing properties including toPage, prevPage, xhr, etc.
Actual: pagecontainerload
callback receives an empty "ui" object.
Steps to reproduce:
- Bind a callback to the
pagecontainerload
event and note that the "ui" object is empty
$(document).on( "pagecontainerload", function( event, ui ) { console.log('pagecontainerload', event, ui); } );
jQuery: 1.11.1
JQM: master
Browser: Chrome 35
Metadata
Metadata
Assignees
Labels
No labels