Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Opera 12.12 on Windows stops sending events after forward/back navigation #159

Open
asnare opened this issue Apr 6, 2017 · 0 comments
Open
Labels

Comments

@asnare
Copy link
Member

asnare commented Apr 6, 2017

While fixing issue #157 it was discovered that there seems to be a bug where events can sometimes stop working on Opera 12.12 on Windows 7.

Specifically, some of our tests on Sauce Labs for the page-view event that involve forward and back navigation fail. The circumstances seem to be:

If a page was left via forward/back navigation, when returning to via forward/back navigation signalled events will not be delivered.

Debugging shows that the Javascript is active and trying to send events, but for some reason the Image objects created never trigger an actual HTTP request. Consequently the onload and on error handlers never fire and the timeout fires. The event queue is eventually drained but no events seem to reach the collector.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant