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

Fix crash when pressing home key on empty tags field #11625

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

droidmonkey
Copy link
Member

Testing strategy

Pressing Home no longer produces crashes and all other functionality remains in tact.

Type of change

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

@droidmonkey droidmonkey added crash 💥 pr: bugfix Pull request that fixes a bug labels Jan 4, 2025
@droidmonkey droidmonkey added this to the v2.7.10 milestone Jan 4, 2025
@droidmonkey droidmonkey requested a review from phoerious January 4, 2025 21:47
Copy link

codecov bot commented Jan 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.96%. Comparing base (620abb9) to head (e24dff9).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #11625      +/-   ##
===========================================
+ Coverage    63.93%   63.96%   +0.03%     
===========================================
  Files          364      364              
  Lines        38307    38307              
===========================================
+ Hits         24490    24501      +11     
+ Misses       13817    13806      -11     

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

src/gui/tag/TagsEdit.cpp Outdated Show resolved Hide resolved
@droidmonkey droidmonkey merged commit 40ee047 into develop Jan 8, 2025
11 checks passed
@droidmonkey droidmonkey deleted the fix/tags-home-press branch January 8, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash 💥 pr: bugfix Pull request that fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeePassXC 2.7.9 crashes when pressing Home/End keyboard keys in the tag field on Linux
3 participants