Details
Description
The current geolocation component is updated only once via getCurrentPosition(). This is being modified to use watchPosition() since it is generally important for the location information to be accurate as the user moves after the page was initially loaded, but some applications may only require a rough position obtained once. The JSF and JSP tags should support a "watch" attribute with true/false values to indicate whether the position should be watched (default true).
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29404 | Fri Jun 08 11:04:28 MDT 2012 | ted.goddard | using watchPosition by default ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/GeolocationTag.java
MODIFY /icemobile/trunk/icemobile/components/component/src/org/icefaces/mobi/component/geolocation/GeolocationRenderer.java |
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Fix Version/s | 1.2 Beta [ 10344 ] |
ted completed