mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Tab order inconsistent with screen order #13637
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#13637
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FabrizioMarana on GitHub (Jul 16, 2022).
qBittorrent & operating system versions
qBittorrent: 4.4.3.1
OS: uname -a: Linux fab-manjaro 5.10.129-1-MANJARO #1 SMP PREEMPT Thu Jul 7 16:56:51 UTC 2022 x86_64 GNU/Linux
QT: 6.3.0
libtorrent-rasterbar: 1:2.0.6-2
What is the problem?
Various dialogue boxes have a discrepancy between their on-screen "natural order" and "Tab order".
Steps to reproduce
Additional context
This is happening all over and probably because the resource file order is not in-line with the screen order. If you need help with that, I can edit these for you and send a patch file if you point me in the right direction where they can be found... 😇
Log(s) & preferences file(s)
N/A
@thalieht commented on GitHub (Jul 16, 2022):
I just tried adding tabstops in the .ui file but now "Browse..." buttons fromFileSystemPathComboEditare not focusable with tab. Interestingly they are focusable with shift+tab (backwards tab order)Actually "Browse..." is not focusable by tab in master either because of this
github.com/qbittorrent/qBittorrent@2c8447853b (diff-3c21066718)Also, current tab order is "Browse..." and then the line edit. No idea how to change that.
@FabrizioMarana commented on GitHub (Jul 17, 2022):
Could you provide some context as to which UI file in which directory you're talking about and I'll clone the source locally and see if I can find anything... (I used to be a programmer but have never contributed to an OS project except translations...)
@thalieht commented on GitHub (Jul 17, 2022):
src/gui/torrentoptionsdialog.ui you open it with Qt Designer and go to Edit->Edit Tab Order
@xavier2k6 commented on GitHub (Mar 19, 2025):
This ticket has been closed.
Closure Reason: being "out-of-date", and thus either most likely resolved in recent versions or no longer applicable.
If you experience the reported problem or similar in the latest version, please open a new issue report with the requested information in the issue template.
Due to the changes made to the qBittorrent code and its dependencies over time, the exact cause of your problem could be totally different than the original one, despite the visible symptoms of the bug being similar.
Thus, providing relevant updated information is crucial to find and fix the root cause of a recurrent problem or regression.
A new issue report with relevant updated data gathered from the latest version is preferable to necroing an old report with a comment like "still happens in version x.y.z", even if you think the bug is the same, or suspect of a regression.
Thank you for your contribution(s).