Skip to content

Animation on Windows Store Apps #2062

@JCKodel

Description

@JCKodel

In jquery-2.1.3.js, line 5498:

* Try to determine the default display value of an element

at line 5515:

doc = iframe[ 0 ].contentDocument;

always return undefined on Windows Store App, and is used in lines 5518 forward:

doc.write();

then crashes =\

Use case: trying to use jQuery BlockUI within a Windows Store App.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions