[WV-2472] Correct 'More...' footer button behavior on mobile#4675
Merged
DaleMcGrew merged 1 commit intowevote:developfrom Feb 4, 2026
Merged
[WV-2472] Correct 'More...' footer button behavior on mobile#4675DaleMcGrew merged 1 commit intowevote:developfrom
DaleMcGrew merged 1 commit intowevote:developfrom
Conversation
Member
|
Thank you @atarrh 👍 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What github.com/wevote/WebApp/issues does this fix?
https://wevoteusa.atlassian.net/browse/WV-2472
Changes included this pull request?
Basically two changes; first, simply ignore the "showMoreMenu" state when determining which tab is shown as selected. Second, add an anchor to the "More..." button, so that it can be "ignored" when a user clicks outside of the ClickAwayListener overlay, after it has already been opened. This prevents the overlay from being reopened (when I believe a user re-clicking the "More..." button to close the overlay was double-counted - once as "clicking away from the listener" and again as "clicking the More... button").