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

[ui] Fix: Improve UX for search by allowing Search focus to be removed when clicking outside box #2666

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

waaake
Copy link
Contributor

@waaake waaake commented Feb 6, 2025

Description

This PR addresses an issue where Search Text box focus was not getting stolen when clicking on few components in the Active UI.

Features list

  • Mouse Area for Node Editor
  • Mouse Area for Inspector 3D List View
  • Mouse Area for Top Menu Bar
  • Mouse Area for Bottom Status Bar

Implementation remarks

Added MouseArea(s) to components allowing clicks to force focus on the parent components thereby stealing focus from anything that may have it, including the Search Input Text.

@waaake waaake added this to the Meshroom 2025.1.0 milestone Feb 6, 2025
@waaake waaake self-assigned this Feb 6, 2025
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.42%. Comparing base (e51bb93) to head (c1e28b0).
Report is 19 commits behind head on develop.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2666      +/-   ##
===========================================
- Coverage    69.96%   69.42%   -0.54%     
===========================================
  Files          121      123       +2     
  Lines         7084     7167      +83     
===========================================
+ Hits          4956     4976      +20     
- Misses        2128     2191      +63     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant