Skip to content
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
@robdiciuccio

Description

@robdiciuccio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions