Focus Improvement on Profile Save Dialog #733

Open
opened 2022-07-06 05:09:17 +02:00 by Attacktive · 0 comments
Attacktive commented 2022-07-06 05:09:17 +02:00 (Migrated from github.com)

On Save new profile dialog,
I'm no expert on Qt but I think TextField is supposed to be focused.

TextField {
    ...
    Component.onCompleted: forceActiveFocus()
    ...
}

However, hitting OK or Cancel button takes focus on version 1.2.0.

https://user-images.githubusercontent.com/66462458/177458809-7e287343-e5a8-4896-88a9-977490cb7af7.mp4

Thanks for the nice program.

On *Save new profile* dialog, I'm no expert on Qt but I think `TextField` is supposed to be focused. ``` TextField { ... Component.onCompleted: forceActiveFocus() ... } ``` However, hitting *OK* or *Cancel* button takes focus on version `1.2.0`. https://user-images.githubusercontent.com/66462458/177458809-7e287343-e5a8-4896-88a9-977490cb7af7.mp4 Thanks for the nice program.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#733
No description provided.