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.

Firefox 3 fails to navigate to pages containing data-ajax='false' form attribute #1501

Closed
@tenor

Description

@tenor

When I try to navigate from a page to another page containing a form element with a data-ajax='false' attribute set like shown below:

    <form id='uploadForm' method='post' data-ajax='false' enctype='multipart/form-data' action="/UploadPage" >
        <input id="fileBlob" name='fileBlob' type="file" />
        <input type='submit' id='file-submit' value='Submit' />
    </form>

Firefox 3.6.1.6. is unable to navigate to the page (containing the form element shown above) and fails with the following error message:

"thisUrl is undefined"

and it occurs at line 2575 (jquery.mobile-1.0a4.1.js)

thisUrl = thisUrl.replace( loca...ation.host + location.pathname, '' ); 

If I remove the data-ajax='false' attribute then Firefox is able to navigate to the page.
Safari does not have this problem and navigates successfully to the page when the attribute is set.

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