Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Pagecontainer: load event callback receives empty ui object #7580

Closed
robdiciuccio opened this issue Jul 18, 2014 · 0 comments
Closed

Pagecontainer: load event callback receives empty ui object #7580

robdiciuccio opened this issue Jul 18, 2014 · 0 comments

Comments

@robdiciuccio
Copy link

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:

  1. 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant