Details
Description
in Desktop FF, tabs demo, select a tab, then click submit. The browser has a full page refresh. This is being caused by an error on the following line:
if ((undefined !== window.FormData) &&
("BlackBerry" !== window.clientInformation.platform) ) {
window.clientInformation is null, which causes the browser to exit the function and continue with the default form submission.
if ((undefined !== window.FormData) &&
("BlackBerry" !== window.clientInformation.platform) ) {
window.clientInformation is null, which causes the browser to exit the function and continue with the default form submission.
Revision: 30193
Author: philip.breau
Date: July-24-12 12:36:41 PM
Message:
MOBI-278- FF doing a full page submitModified : /icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp