| Summary: | Manage profiles dialog with table fails to edit name. | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Thomas Zander <zander> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | adaptee, desintegr |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.8 | |
| Sentry Crash Report: | |||
| Attachments: | make items of the name column non-editabe | ||
|
Description
Thomas Zander
2008-07-23 15:11:01 UTC
Confirmed on trunk/ I confirm this bug with Konsole 2.3 (KDE 4.3 RC3). This is confusing to the user. Maybe it's a good idea to make the name column non-editable. Created attachment 62007 [details]
make items of the name column non-editabe
Since current code does not actually support renaming profile in the profiles manager dialog, making the items of the name column non-editable may be a nice temporary workaround, at least it avoids the confusion.
(In reply to comment #3) > Or better, make it open the 'Edit Profile Dialog', as described in #168605 ? Currently after selecting a profile, user need to move mouse to the right part and click button to open the 'Edit Profile Dialog'. Not very convenient. Git commit 9329d34467a7b3374a8a214520c3a3d2794938ba by Jekyll Wu. Committed on 11/08/2011 at 21:08. Pushed by jekyllwu into branch 'master'. supports renaming profile in the ManageProfilesDialog. BUG: 167294 FIXED-IN: 4.8 M +19 -1 src/ManageProfilesDialog.cpp http://commits.kde.org/konsole/9329d34467a7b3374a8a214520c3a3d2794938ba |