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
(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.
If you can provide the information requested in comment #1, please add it.
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.
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
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
Thanks :-)