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
Description
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
Labels
No labels