Closed
Bug 1238557
Opened 9 years ago
Closed 9 years ago
navigator.geolocation.getCurrentPosition() not working in 43.0.4
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1232995
People
(Reporter: michael.handschuh, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20160105164030
Steps to reproduce:
Enter the following code into the console (Ctrl+Shift+i)
navigator.geolocation.getCurrentPosition(function() {console.log("success");}, function(e) {console.log("error");console.log(e);});
This code works in chrome, ie and worked before the update
Actual results:
PositionError { code: 2, message: "Unknown error acquiring position" } is returned
Expected results:
success should be printed
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: Untriaged → Geolocation
Product: Firefox → Core
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•