Bug 291903 - Minor tweaks to input-field "Enter new tag here..."
Summary: Minor tweaks to input-field "Enter new tag here..."
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Tags-Engine (show other bugs)
Version: 2.5.0
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-18 21:49 UTC by Peter Albrecht
Modified: 2014-09-02 10:21 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 4.3.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Albrecht 2012-01-18 21:49:21 UTC
Version:           2.5.0 (using KDE 4.7.4) 
OS:                Linux

In bug #114465 there have been mentioned two small wishes, which might have been missed in the overwhelming amount of comments. 

Since that bug is large enough and I don't want to revive the dead for minor tweaks, I start this new bug report.

Reproducible: Always



Expected Results:  
A) There is no keyboard shortcut, to focus the input-field. See Bug #114465 comment #126.


B) Bug #114465 comment #47 suggests to rename the text displayed in the input-field. Since you can create new tags with this input-field AND assign existing tags, it should be renamed from "Enter new tag here..." to 
  - "Enter tags here..."  or
  - "Enter new / assign existing tag here..." (this text fits in, even at minimum sidebar width)

I've been fooled be this "wrong text" quite some time, which led to missing this great mouse-less tagging technique!
Comment 1 Marcel Wiesweg 2012-06-10 19:51:26 UTC
A) We could add an action which shows the sidebar and focuses the text box. Suggestions for default shortcut? 
B) I'd go for the shorter text. Even if English is short enough, other languages may not.
Comment 2 caulier.gilles 2012-06-11 13:53:35 UTC
Marcel,

I tried in the pass (Qt3 implementation) to use a keyboard shortcut to take focus into comment field form Caption & Tags side bar, but without a focus proxy mechanism, it's not possible, because after to take focus in right place in sidebar, it leave and pass focus to icon view.

Look the story here for details :

https://bugs.kde.org/show_bug.cgi?id=131632

I don't check if this behavior still valid with Qt4.

Gilles Caulier
Comment 3 caulier.gilles 2014-09-02 10:14:11 UTC
Tag keyboard shortcuts mechanism have been introduced with 3.x serie

Gilles Caulier
Comment 4 caulier.gilles 2014-09-02 10:21:23 UTC
Git commit 6ab4156d7ba0441aca8faf6866e7818f9fe91453 by Gilles Caulier.
Committed on 02/09/2014 at 10:20.
Pushed by cgilles into branch 'master'.

Fix text on tags field.
Restore what's this info.
Constify
FIXED-IN: 4.3.0

M  +2    -1    NEWS
M  +8    -8    libs/imageproperties/imagedescedittab.cpp
M  +1    -1    libs/imageproperties/imagedescedittab.h

http://commits.kde.org/digikam/6ab4156d7ba0441aca8faf6866e7818f9fe91453