Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: MOBI-Components
-
Labels:None
-
Environment:HideICEfaces4 trunk rev# 40043
Browsers: FF27, IE10, Chrome32 (behavior appears to be different for each browser?)
App server: Tomcat7.0.27
Test app: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/geolocationShowICEfaces4 trunk rev# 40043 Browsers: FF27, IE10, Chrome32 (behavior appears to be different for each browser?) App server: Tomcat7.0.27 Test app: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/geolocation
Description
1) Geolocation inside ace:dataTable or h:dataTable or ui:repeat (Chrome32, IE10):
http://localhost:8080/geolocation/geolocationAceTable.jsf
http://localhost:8080/geolocation/geolocationTable.jsf
http://localhost:8080/geolocation/geolocationRepeat.jsf
Only the geolocation component from the last table row is updated with location coordinates. This is not an issue in Firefox27.
2) Nested ace:dataTables (all browsers):
http://localhost:8080/geolocation/geolocationNestedAceTables.jsf
The geolocation components from the ace:dataTable inside the first row of the outside ace:dataTable fail to get locations - see attached screen shot.
This is not an issue for the geolocation component inside nested h:dataTables in Firefox27.
Also, warnings are visible in tomcat log:
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
3) Nested h:dataTables (Chrome32, IE10):
http://localhost:8080/geolocation/geolocationNestedTables.jsf
Only the geolocation component from the last row of the last nested h:dataTable displays the location coordinates. Not an issue in Firefox27.
Also the same warnings appear in tomcat log.
For this testing I enabled the browsers to always allow to track my location.
http://localhost:8080/geolocation/geolocationAceTable.jsf
http://localhost:8080/geolocation/geolocationTable.jsf
http://localhost:8080/geolocation/geolocationRepeat.jsf
Only the geolocation component from the last table row is updated with location coordinates. This is not an issue in Firefox27.
2) Nested ace:dataTables (all browsers):
http://localhost:8080/geolocation/geolocationNestedAceTables.jsf
The geolocation components from the ace:dataTable inside the first row of the outside ace:dataTable fail to get locations - see attached screen shot.
This is not an issue for the geolocation component inside nested h:dataTables in Firefox27.
Also, warnings are visible in tomcat log:
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)
3) Nested h:dataTables (Chrome32, IE10):
http://localhost:8080/geolocation/geolocationNestedTables.jsf
Only the geolocation component from the last row of the last nested h:dataTable displays the location coordinates. Not an issue in Firefox27.
Also the same warnings appear in tomcat log.
For this testing I enabled the browsers to always allow to track my location.
Activity
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Capture.PNG [ 16696 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] | |
Fix Version/s | 4.0.BETA [ 10770 ] | |
Assignee | Ted Goddard [ ted.goddard ] | |
Affects Version/s | 4.0.BETA [ 10770 ] |
Carmen Cristurean
made changes -
Description |
1) Nested ace:dataTables (all browsers):
http://localhost:8080/geolocation/geolocationNestedAceTables.jsf The geolocation components from the ace:dataTable inside the first row of the outside ace:dataTable fail to get locations - see attached screen shot. This is not an issue for the geolocation component inside nested h:dataTables in Firefox27. Also, warnings are visible in tomcat log: Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) 2) Nested h:dataTables (Chrome32, IE10): http://localhost:8080/geolocation/geolocationNestedTables.jsf Only the geolocation component from the last row of the last nested h:dataTable displays the location coordinates. Not an issue in Firefox27. Also the same warnings appear in tomcat log. For this testing I enabled the browsers to always allow to track my location. |
1) Geolocation inside ace:dataTable or h:dataTable (Chrome32, IE10):
http://localhost:8080/geolocation/geolocationAceTable.jsf http://localhost:8080/geolocation/geolocationTable.jsf Only the geolocation component from the last table row is updated with location coordinates. This is not an issue in Firefox27. 2) Nested ace:dataTables (all browsers): http://localhost:8080/geolocation/geolocationNestedAceTables.jsf The geolocation components from the ace:dataTable inside the first row of the outside ace:dataTable fail to get locations - see attached screen shot. This is not an issue for the geolocation component inside nested h:dataTables in Firefox27. Also, warnings are visible in tomcat log: Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) 3) Nested h:dataTables (Chrome32, IE10): http://localhost:8080/geolocation/geolocationNestedTables.jsf Only the geolocation component from the last row of the last nested h:dataTable displays the location coordinates. Not an issue in Firefox27. Also the same warnings appear in tomcat log. For this testing I enabled the browsers to always allow to track my location. |
Carmen Cristurean
made changes -
Summary | mobi:geolocation inside nested dataTables fails to update location | mobi:geolocation inside dataTables fails to update location |
Carmen Cristurean
made changes -
Description |
1) Geolocation inside ace:dataTable or h:dataTable (Chrome32, IE10):
http://localhost:8080/geolocation/geolocationAceTable.jsf http://localhost:8080/geolocation/geolocationTable.jsf Only the geolocation component from the last table row is updated with location coordinates. This is not an issue in Firefox27. 2) Nested ace:dataTables (all browsers): http://localhost:8080/geolocation/geolocationNestedAceTables.jsf The geolocation components from the ace:dataTable inside the first row of the outside ace:dataTable fail to get locations - see attached screen shot. This is not an issue for the geolocation component inside nested h:dataTables in Firefox27. Also, warnings are visible in tomcat log: Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) 3) Nested h:dataTables (Chrome32, IE10): http://localhost:8080/geolocation/geolocationNestedTables.jsf Only the geolocation component from the last row of the last nested h:dataTable displays the location coordinates. Not an issue in Firefox27. Also the same warnings appear in tomcat log. For this testing I enabled the browsers to always allow to track my location. |
1) Geolocation inside ace:dataTable or h:dataTable or ui:repeat (Chrome32, IE10):
http://localhost:8080/geolocation/geolocationAceTable.jsf http://localhost:8080/geolocation/geolocationTable.jsf http://localhost:8080/geolocation/geolocationRepeat.jsf Only the geolocation component from the last table row is updated with location coordinates. This is not an issue in Firefox27. 2) Nested ace:dataTables (all browsers): http://localhost:8080/geolocation/geolocationNestedAceTables.jsf The geolocation components from the ace:dataTable inside the first row of the outside ace:dataTable fail to get locations - see attached screen shot. This is not an issue for the geolocation component inside nested h:dataTables in Firefox27. Also, warnings are visible in tomcat log: Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) Feb 20, 2014 8:13:46 AM org.icefaces.mobi.component.geolocation.GeolocationRenderer decode WARNING: Empty Location string in GEOLocation upload (position not found yet?) 3) Nested h:dataTables (Chrome32, IE10): http://localhost:8080/geolocation/geolocationNestedTables.jsf Only the geolocation component from the last row of the last nested h:dataTable displays the location coordinates. Not an issue in Firefox27. Also the same warnings appear in tomcat log. For this testing I enabled the browsers to always allow to track my location. |
Ken Fyten
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Arturo Zambrano [ artzambrano ] |
Assignee Priority | P3 [ 10012 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] | |
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Assignee Priority | P3 [ 10012 ] | |
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Fix Version/s | 4.2 [ 12870 ] | |
Fix Version/s | EE-4.1.0.GA [ 12171 ] |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.2.0.GA [ 13071 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Assignee | Ken Fyten [ ken.fyten ] | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51536 | Tue May 16 15:48:53 MDT 2017 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/mobi/component/resources/org.icefaces.component.geolocation/geolocation.js
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Similar warnings occur when clicking the "Locate" button on the Geolocation demo from showcase/showcase-mobile.jsf (IF4 trunk rev# 40049, FF27); location coordinates fail to update:
Feb 20, 2014 6:13:03 PM org.icefaces.mobi.component.geolocation.GeolocationRende
rer decode
WARNING: Empty Location string in GEOLocation upload (position not found yet?)