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
Philip Breau
created issue -
Philip Breau
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Philip.breau [ philip.breau ] |
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.0 Beta [ 10290 ] | |
Resolution | Fixed [ 1 ] |
Philip Breau
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Philip Breau
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 1.1 Beta [ 10320 ] | |
Fix Version/s | 1.0 Beta [ 10290 ] | |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |