(In reply to marcos from comment #7) > (In reply to Kagami :saschanaz from comment #6) > > [The example](http://marcoscaceres.github.io/playground/geo_test.html) never throws anything so I'm not sure I see the issue? It only shows green messages here. > > The example is just testing what happens. It should gracefully return -1 and never throws. Okay then, could you provide a test that Firefox fails? 👀
Bug 1715482 Comment 8 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to marcos from comment #7) > (In reply to Kagami :saschanaz from comment #6) > > [The example](http://marcoscaceres.github.io/playground/geo_test.html) never throws anything so I'm not sure I see the issue? It only shows green messages here. > > The example is just testing what happens. It should gracefully return -1 and never throws. Okay then, could you provide a test that Firefox fails? 👀 What I see from the current example: ``` loading iframe 0 1 2 watchPosition, 3 getCurrentPosition, reattach done Hello from re-attached frame [object GeolocationPosition] ```
(In reply to marcos from comment #7) > (In reply to Kagami :saschanaz from comment #6) > > [The example](http://marcoscaceres.github.io/playground/geo_test.html) never throws anything so I'm not sure I see the issue? It only shows green messages here. > > The example is just testing what happens. It should gracefully return -1 and never throws. Okay then, could you provide a test that Firefox fails? 👀 What I see from the current example is: ``` loading iframe 0 1 2 watchPosition, 3 getCurrentPosition, reattach done Hello from re-attached frame [object GeolocationPosition] ```