| Summary: | regression: tabs have accelerators | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | ct <conitorus> |
| Component: | tabbar | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | jan_braun, tcanabrava |
| Priority: | NOR | ||
| Version First Reported In: | 19.07.80 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/konsole/b23a7c2e4dccb33ca9024a0592a9192b15ae6976 | Version Fixed/Implemented In: | 19.08 |
| Sentry Crash Report: | |||
|
Description
ct
2019-08-01 16:12:06 UTC
Yes, a regression from the new tab/split handling - thanks for the report I think all this needs is " KAcceleratorManager::setNoAccel(this);" in the DetachableTabBar::DetachableTabBar() Git commit 841397f3b0a73eca4c60bdec24ebee6c8d32204e by Kurt Hindenburg. Committed on 05/08/2019 at 13:40. Pushed by hindenburg into branch 'master'. Remove accelerators from tabs when pressing ALT Disable creating automatic mnemonic keys via QAbstractButton. FIXED-IN: 19.08 M +3 -0 src/DetachableTabBar.cpp https://invent.kde.org/kde/konsole/commit/841397f3b0a73eca4c60bdec24ebee6c8d32204e Git commit 841397f3b0a73eca4c60bdec24ebee6c8d32204e by Kurt Hindenburg. Committed on 05/08/2019 at 13:40. Pushed by scmsync into branch 'master'. Remove accelerators from tabs when pressing ALT Disable creating automatic mnemonic keys via QAbstractButton. FIXED-IN: 19.08 M +3 -0 src/DetachableTabBar.cpp https://commits.kde.org/konsole/841397f3b0a73eca4c60bdec24ebee6c8d32204e Please commit to Applications/19.08 branch, if you want fixes to appear in version 19.08. Yep, I have 2 commits to backport shortly Git commit b23a7c2e4dccb33ca9024a0592a9192b15ae6976 by Kurt Hindenburg. Committed on 06/08/2019 at 00:22. Pushed by hindenburg into branch 'Applications/19.08'. Remove accelerators from tabs when pressing ALT Disable creating automatic mnemonic keys via QAbstractButton. FIXED-IN: 19.08 (cherry picked from commit 841397f3b0a73eca4c60bdec24ebee6c8d32204e) M +3 -0 src/DetachableTabBar.cpp https://invent.kde.org/kde/konsole/commit/b23a7c2e4dccb33ca9024a0592a9192b15ae6976 Git commit b23a7c2e4dccb33ca9024a0592a9192b15ae6976 by Kurt Hindenburg. Committed on 06/08/2019 at 00:22. Pushed by scmsync into branch 'Applications/19.08'. Remove accelerators from tabs when pressing ALT Disable creating automatic mnemonic keys via QAbstractButton. FIXED-IN: 19.08 (cherry picked from commit 841397f3b0a73eca4c60bdec24ebee6c8d32204e) M +3 -0 src/DetachableTabBar.cpp https://commits.kde.org/konsole/b23a7c2e4dccb33ca9024a0592a9192b15ae6976 *** Bug 410660 has been marked as a duplicate of this bug. *** Thanks for the fix! My life got immediately improved! :-) |