Bug 343702 - Focus first input field in new-item-dialog
Summary: Focus first input field in new-item-dialog
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: 2.3.9
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-02 16:32 UTC by H.H.
Modified: 2020-09-07 19:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 3.3.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description H.H. 2015-02-02 16:32:14 UTC
It would be nice, if I had not to switch between mouse and keyboard too often.

For example for creating some more entrys:

pressing ctrl+N for new entry
navigating with the mouse into the first input field
filling the form + TAB + ... press enter

and the same again.

Please set the focus into the first input field on dialog open


Reproducible: Always
Comment 1 Robby Stephenson 2015-02-15 20:56:38 UTC
(In reply to H.H. from comment #0)
> It would be nice, if I had not to switch between mouse and keyboard too
> often.
> 
> For example for creating some more entrys:
> 
> pressing ctrl+N for new entry
> navigating with the mouse into the first input field
> filling the form + TAB + ... press enter
> 
> and the same again.
> 
> Please set the focus into the first input field on dialog open
> 
> 
> Reproducible: Always

Does TAB put the moves the cursor into the dialog box? The behavior is heavily dependent on your window manager's focus settings, I think. The behavior you request already works for me as is.
Comment 2 Christoph Feck 2015-03-16 10:47:33 UTC
If you can provide the information requested in comment #1, please add it.
Comment 3 H.H. 2015-03-16 15:27:44 UTC
The first time when I press ctrl-N after starting tellico, the first field is focussed, the next times, it is not focussed anymore.

pressing tab brings the focus. It would be nice, if the focus would be already there on open.
Comment 4 Robby Stephenson 2020-09-06 18:49:22 UTC
Git commit 831ea816dac25184e5ae47684216c071da7e5c9f by Robby Stephenson.
Committed on 06/09/2020 at 18:49.
Pushed by rstephenson into branch '3.3'.

Set focus on correct widget when opening New Entry Dialog

Skip the hidden editMultiple checkbox when setting the focus
FIXED-IN: 3.3.3

M  +1    -1    src/gui/tabwidget.cpp

https://invent.kde.org/office/tellico/commit/831ea816dac25184e5ae47684216c071da7e5c9f
Comment 5 Robby Stephenson 2020-09-06 20:25:09 UTC
Git commit 63d968085b50a0cbd2a57fac78d257f045545cde by Robby Stephenson.
Committed on 06/09/2020 at 18:48.
Pushed by rstephenson into branch 'master'.

Set focus on correct widget when opening New Entry Dialog

Skip the hidden editMultiple checkbox when setting the focus
FIXED-IN: 3.3.3

M  +1    -1    src/gui/tabwidget.cpp

https://invent.kde.org/office/tellico/commit/63d968085b50a0cbd2a57fac78d257f045545cde
Comment 6 H.H. 2020-09-07 19:01:27 UTC
Thanks :-)