[WIP] Fix issue with unclickable account dropdown in login form#1294
Draft
Copilot wants to merge 3 commits into
Draft
[WIP] Fix issue with unclickable account dropdown in login form#1294Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
…ckground clicks Agent-Logs-Url: https://github.com/MaaXYZ/MaaFramework/sessions/dbbdb4f4-607d-460a-bfa9-2ad1e672d754 Co-authored-by: weinibuliu <122535155+weinibuliu@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MaaXYZ/MaaFramework/sessions/dbbdb4f4-607d-460a-bfa9-2ad1e672d754 Co-authored-by: weinibuliu <122535155+weinibuliu@users.noreply.github.com>
Copilot stopped work on behalf of
weinibuliu due to an error
April 24, 2026 16:27
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.
ensure_foreground_and_topmost(InputUtils.h) - skip if foreground window is owned popup of hwnd_, prevents closing native dropdown popups before the clickMessageInput::find_window_at_point(MessageInput.cpp/h) - new helper usingWindowFromPointto find same-process windows at click positionMessageInput::touch_down(MessageInput.cpp) - usefind_window_at_pointfirst; if a different same-process window is at the target, send click to it directly (avoids bypassing overlay popups via the main game window)