Details
Description
When the Chrome browser is updated to the latest version, ICEmobile-SX fails to launch during registration.
Activity
Ted Goddard
created issue -
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34887 | Wed May 08 10:20:06 MDT 2013 | ted.goddard | use window.location rather than iframe for ICEmobile-SX registration on Chrome ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #34888 | Wed May 08 10:21:25 MDT 2013 | ted.goddard | use window.location rather than iframe for ICEmobile-SX registration on Chrome ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
|
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.3 Beta [ 10373 ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ted Goddard
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Registration of ICEmobile-SX was using a hidden iframe to avoid error popups on iOS Safari. This technique appears to no longer work on Android Chrome, so Chrome is now detected and window.location is used instead.