openscopeproject / TrguiNG

Remote GUI for Transmission torrent daemon
GNU Affero General Public License v3.0
265 stars 32 forks source link

Add torrent or magnet popup's tab order #212

Open bluenlive opened 1 week ago

bluenlive commented 1 week ago

Hello. Thank you for the good program.

When the "Add Torrent" popup appears, the tab is not positioned on the "Add" button. So, if you select a torrent with the keyboard, you have to move it to the "Add" button. (Shift-Tab twice, maybe)

It looks like a fix to move the initial position of the tab to "Add" is needed.

qu1ck commented 1 week ago

Which version are you using? I think it's fixed in the latest version, at least it works for me.

bluenlive commented 1 week ago

I use release version. I've installed with TrguiNG_1.3.0_x64-setup.exe.

qu1ck commented 1 week ago

I found that in my previous fix I missed the add magnet dialog so it did not get correct focus. But your description is confusing and you are mentioning torrents instead of magnets multiple times so I'm not 100% sure this fixes it for you.

bluenlive commented 1 week ago

That's right. I mistakenly thought the two dialogs were the same. Only the tab order of the Magnet dialog needs to be modified. Thank you.