Summary: | pressing Tab in subject entry box inserts a tab | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Jonathan Marten <jjm> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cyberbeat, finex, maarten, montel, pancho.s, simone |
Priority: | NOR | ||
Version: | Git (master) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/e770265eee6b1f55c09057a3bf789d4c44ed2dbe | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Jonathan Marten
2011-09-07 10:01:20 UTC
Ok will fix it soon. Git commit c1294a250798bb67b50a5254453e69c75256a394 by Montel Laurent. Committed on 07/09/2011 at 12:37. Pushed by mlaurent into branch 'master'. Change focus with tab start to fix bug #281532 CCBUG: 281532 M +1 -0 messagecomposer/kmsubjectlineedit.cpp http://commits.kde.org/kdepim/c1294a250798bb67b50a5254453e69c75256a394 Git commit f96af1c4f0deead7e07eea4299918a8da9b4fc11 by Montel Laurent. Committed on 07/09/2011 at 12:37. Pushed by mlaurent into branch '4.7'. Change focus with tab start to fix bug #281532 CCBUG: 281532 (cherry picked from commit c1294a250798bb67b50a5254453e69c75256a394) M +1 -0 messagecomposer/kmsubjectlineedit.cpp http://commits.kde.org/kdepim/f96af1c4f0deead7e07eea4299918a8da9b4fc11 Will not easy to disable menu entry Not sure that it's possible in kde 4.7.x and I don't want to duplicate ktextedit... I will look at for kde 4.8 or kde 5.0 @Laurent: What do you mean? The setTabChangesFocus( true ); is not enough to fix the bug? Do you really think that this bug will not be fixed in KDE 4.7.x ? :-( :-( :-( :-( :-( :-( Oh my, I hope that this is not the case. This bug is very annoying! This worked fine until I upgraded from KDE 4.7.0 to 4.7.1. So I think it is a recent regression. In the context menu there is an option "Allow Tabulations". That option is enabled by default; after disabling it, pressing tab will change focus as expected. Unfortunately the disabling of that setting is not preserved in the next compose dialog. Actually, I think there is no point in having that setting at all, it should just be disabled all the time. I hope there is a way in Qt or KDE to configure the input field in that way. That's exactly what the patch does. What it does not is to remove or disable the menu item, so you will still be able to set it to "Allow Tabulations". *** Bug 282852 has been marked as a duplicate of this bug. *** Now that we are in 4.8 - is it possible to hide the "Allow Tabulations" context menu item? Git commit bcea3c0c0b281dda74c1f1afe0a2b6d39c0d0a29 by Montel Laurent. Committed on 24/08/2012 at 12:52. Pushed by mlaurent into branch 'KDE/4.10'. Allow to hide tab action (need by kmail subject line) Fix Bug 281532 - pressing Tab in subject entry box inserts a tab FIXED-IN: 4.10 M +12 -3 kdeui/widgets/ktextedit.cpp M +7 -0 kdeui/widgets/ktextedit.h http://commits.kde.org/kdelibs/bcea3c0c0b281dda74c1f1afe0a2b6d39c0d0a29 Git commit e770265eee6b1f55c09057a3bf789d4c44ed2dbe by Montel Laurent. Committed on 24/08/2012 at 12:53. Pushed by mlaurent into branch 'master'. Fix Bug 281532 - pressing Tab in subject entry box inserts a tab need kdelibs 4.10 FIXED-IN: 4.10 M +3 -0 messagecomposer/kmsubjectlineedit.cpp http://commits.kde.org/kdepim/e770265eee6b1f55c09057a3bf789d4c44ed2dbe |