You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
As this feature is a synchronization of both AngularJS and Protractor, a solution would likely need to involve both. That's why this issue exists in addition to angular/angular.js#17117, which requests a fix for this during the AngularJS LTS period (prior to the end of December 2021).
The text was updated successfully, but these errors were encountered:
Bug report
14.16.1
7.0.0
1.8.2
Firefox 86
macOS Catalina
Error output
Additional Information
AngularJS Deferred Bootstrap documentation: https://docs.angularjs.org/guide/bootstrap#deferred-bootstrap
There are a couple of temporary workarounds here:
angular/angular.js#17117 (comment)
In https://bugzilla.mozilla.org/show_bug.cgi?id=1700931, Firefox said that clearing the
window.name
on cross-origin navigation will continue and the flag to disable it will be removed at some point.The following long-known AngularJS/Protractor issues are related to
window.name
being cleared on iOS and macOS:window.name
usage here: Safari Technology Preview can't find Angular 1 #4004window.name
setting either: Protractor doesn't support angular synchronization on iOS #2840Additionally, Chromium is getting closer to shipping the clearing of
window.name
in a beta:https://groups.google.com/a/chromium.org/g/blink-dev/c/86VeIi5sZzc/m/CVJadvpqAQAJ
As this feature is a synchronization of both AngularJS and Protractor, a solution would likely need to involve both. That's why this issue exists in addition to angular/angular.js#17117, which requests a fix for this during the AngularJS LTS period (prior to the end of December 2021).
The text was updated successfully, but these errors were encountered: