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.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30196 | Tue Jul 24 10:47:36 MDT 2012 | ted.goddard | allow FireFox to use FormData but not BlackBerry ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30193 | Tue Jul 24 09:36:41 MDT 2012 | philip.breau | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/samples/icemobilespring/src/main/webapp/WEB-INF/views/home.jsp
|