Summary: | select all and copy disabled/enabled incorrectly after focus change | ||
---|---|---|---|
Product: | [Applications] kdiff3 | Reporter: | discut |
Component: | application | Assignee: | michael <reeves.87> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.9.6 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=489786 | ||
Latest Commit: | https://invent.kde.org/sdk/kdiff3/-/commit/f6aca74944482c1bf5f2df653945a2fb5d2bf660 | Version Fixed In: | 1.10.6 |
Sentry Crash Report: |
Description
discut
2022-12-06 09:29:11 UTC
Observed that focus can be on the file name field while still having the selection visible in the diff window. Looks like the source of this issue. Looks focus changes in general were not handled correct. This became more evident switching between kdiff3 and the debugger. Availability of actions will now update after Qt completes the focus the change. Git commit a7bf6ccedafbbcbd1e005c22c6d24fbf536eefcd by Michael Reeves. Committed on 24/09/2023 at 19:12. Pushed by mreeves into branch '1.10'. Delay updateAvailabilities until focus change is competed FIXED-IN:1.10.6 M +3 -1 src/kdiff3.cpp https://invent.kde.org/sdk/kdiff3/-/commit/a7bf6ccedafbbcbd1e005c22c6d24fbf536eefcd Git commit f6aca74944482c1bf5f2df653945a2fb5d2bf660 by Michael Reeves. Committed on 24/09/2023 at 19:18. Pushed by mreeves into branch 'master'. Delay updateAvailabilities until focus change is competed FIXED-IN:1.10.6 M +3 -1 src/kdiff3.cpp https://invent.kde.org/sdk/kdiff3/-/commit/f6aca74944482c1bf5f2df653945a2fb5d2bf660 |