Skip to content

Show Auto-Type select dialog even if window title is empty#11603

Merged
droidmonkey merged 2 commits intodevelopfrom
fix/auto-type-empty-window-title
Feb 22, 2025
Merged

Show Auto-Type select dialog even if window title is empty#11603
droidmonkey merged 2 commits intodevelopfrom
fix/auto-type-empty-window-title

Conversation

@droidmonkey
Copy link
Copy Markdown
Member

There were a couple code paths that did not reset the state appropriately and could cause undefined behavior in the auto-type processing.

I split the changes into two commits.

Testing strategy

Tested on Windows with simulated window title being blank. The select dialog properly displays with the "Search all databases" checkbox checked as expected.

Type of change

  • ✅ Bug fix (non-breaking change that fixes an issue)

There were a couple code paths that did not reset the state appropriately and could cause undefined behavior in the auto-type processing.
@droidmonkey droidmonkey added feature: Auto-Type pr: bugfix Pull request fixes a bug labels Dec 27, 2024
@droidmonkey droidmonkey added this to the v2.7.10 milestone Dec 27, 2024
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 27, 2024

Codecov Report

Attention: Patch coverage is 88.23529% with 2 lines in your changes missing coverage. Please review.

Project coverage is 63.88%. Comparing base (e76e9d4) to head (c8c59fb).
Report is 30 commits behind head on develop.

Files with missing lines Patch % Lines
src/autotype/AutoType.cpp 88.24% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #11603      +/-   ##
===========================================
+ Coverage    63.84%   63.88%   +0.04%     
===========================================
  Files          362      362              
  Lines        38169    38163       -6     
===========================================
+ Hits         24368    24379      +11     
+ Misses       13801    13784      -17     

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

@droidmonkey droidmonkey merged commit 41b6247 into develop Feb 22, 2025
@droidmonkey droidmonkey deleted the fix/auto-type-empty-window-title branch February 22, 2025 11:39
@droidmonkey droidmonkey added the pr: backported Pull request backported to previous release label Feb 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature: Auto-Type pr: backported Pull request backported to previous release pr: bugfix Pull request fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Reconfigure how auto-type behaves when the window title is blank

2 participants