Closed Bug 783876 Opened 12 years ago Closed 12 years ago

getCurrentPosition watchPosition clearWatch support not detected on ringmark

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jpr, Unassigned)

References

Details

As per https://bugzilla.mozilla.org/show_bug.cgi?id=767405#c11 we no long pass ring 0 because of geo-location tests.

getCurrentPosition
watchPosition
clearWatch
This just looks like a broken test to me:

>        getCurrentPosition = H.API( navigator, "getCurrentPosition", true );
>    
>        assert( H.isFunction( getCurrentPosition ), "getCurrentPosition supported" );

The previous test asserts that navigator.geolocation exists in the same manner; this one appears to be checking if navigator.getCurrentPosition is a function, which will obviously fail.
Assignee: nobody → english-us
Component: Geolocation → English US
Product: Core → Tech Evangelism
Version: Trunk → unspecified
Looks like it was updated.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.