Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regression that broke PreserveOnRefresh functionality with Navigator #11615

Merged
merged 4 commits into from Jun 7, 2019

Conversation

TatuLund
Copy link
Contributor

@TatuLund TatuLund commented Jun 6, 2019

Fixes #11614

Old patch #11416 called navigateTo allways when Navigator was present, which is wrong, since it needs to be called only when navigation state has changed.


This change is Reviewable

Fixes #11614

Old patch #11416 calls navigateTo allways when Navigator is present, which is wrong, since it is needed only when navigation state has truly changed.
Copy link
Contributor

@ZheSun88 ZheSun88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @TatuLund)

a discussion (no related file):
Current build failed, because of the Chrome 75 update.

this patch is waiting for a test also.


Copy link
Contributor Author

@TatuLund TatuLund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 1 of 3 files reviewed, 1 unresolved discussion (waiting on @ZheSun88)

a discussion (no related file):

Previously, ZheSun88 (Zhe Sun) wrote…

Current build failed, because of the Chrome 75 update.

this patch is waiting for a test also.

Done.


Copy link
Contributor

@ZheSun88 ZheSun88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r2, 1 of 1 files at r3.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@ZheSun88 ZheSun88 added this to the 8.8.3 milestone Jun 7, 2019
@ZheSun88 ZheSun88 merged commit 7a453dc into master Jun 7, 2019
@ZheSun88 ZheSun88 deleted the fix11614 branch June 7, 2019 10:14
ZheSun88 pushed a commit that referenced this pull request Jun 12, 2019
…tor (#11615)

* Fix regression that broke PreserveOnRefresh functionality with Navigator

Fixes #11614

Old patch #11416 calls navigateTo allways when Navigator is present, which is wrong, since it is needed only when navigation state has truly changed.

* Add test to the fix
ZheSun88 pushed a commit that referenced this pull request Jun 12, 2019
…tor (#11615)

* Fix regression that broke PreserveOnRefresh functionality with Navigator

Fixes #11614

Old patch #11416 calls navigateTo allways when Navigator is present, which is wrong, since it is needed only when navigation state has truly changed.

* Add test to the fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pressing F5 in browser on UI with PreserveOnRefresh will re-create the view
2 participants