-
Notifications
You must be signed in to change notification settings - Fork 173
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
Fixes issue with set anchor method #3761
Draft
walmazacn
wants to merge
26
commits into
main
Choose a base branch
from
3399-set-anchor-for-wc-mf-in-modal
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
2d5cb7f
Fixes issue with set anchor method
walmazacn 8f31d7d
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 562d076
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 50bd30d
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 0558fde
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn b4090b3
Fixes code review issue
walmazacn 75db56b
Merge branch '3399-set-anchor-for-wc-mf-in-modal' of https://github.c…
walmazacn 5aa4fbf
Fixes code review issues
walmazacn 60567d5
Fixes minor issue
walmazacn 7c6ffec
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn bc2ac37
Fixes code review issue
walmazacn ce23d31
Merge branch '3399-set-anchor-for-wc-mf-in-modal' of https://github.c…
walmazacn 0a4765a
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn d469445
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn b15835c
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn e9a6361
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn f3cd9df
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 02f7235
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 0190ee6
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 7dcbc4b
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn a970aaa
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 38a6999
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn da76e5a
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 766d5fe
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 2648857
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn 71680a4
Merge branch 'main' into 3399-set-anchor-for-wc-mf-in-modal
walmazacn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This condition is a bit hard to read directly. If I can read it correctly this means that:
Maybe the developer had another scenario where they have WC Based wc and displayed and want to close the modals also, not 'do nothing'.
I feel like in this way, can always find a failing scenario. For example, now, this fails to close all modals:
Question is though, instead of solving scenario after scenario, maybe rethink, what do we want to do when setAnchor is called inside a modal WC.
Maybe closing all modals and leaving the anchor at the main navigation could also be valid. I am not sure, I'll ask in daily again, since its not a common request.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After my latest fix the scenario above will not fail, as all modals are closed after navigating away (separate process). The condition you're mentioning happens after route is updated, so it won't break anything as all modals are closed already