mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
WebUI: Introduce a delay for context menu submenus #17163
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#17163
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 @teslasystemsx on GitHub (Sep 9, 2025).
qBittorrent & operating system versions
qBittorrent: 5.1.2
Host OS: Windows 10, but it doesn't matter
WebUI OS: Windows and I think other desktop OSes
Browser: Firefox 142
What is the problem?
There is an issue with context menus in WebUI. Let's assume, you want to copy a magnet link of some torrent. You make a right-click on it, move mouse cursor to 'Copy' menu item, and after that a submenu with available items appears. And here is the problem. I think, every user chooses the shortest path when moving a mouse cursor. And the shortest path to 'Magnet link' item is diagonal. But when you move the cursor diagonally, the submenu with available items will disappear.
.
As a result, you should choose a "square angle" path to reach the needed item, i. e. you should remain on 'Copy' item while moving the cursor to submenu:
Such behavior is very inconvenient and annoying. And this is because there is no any delay between hovering a mouse cursor over an item and appearing/disappearing of submenu.
This delay exists in every normal context menu implementation specifically to eliminate this problem. And I think it should be added here too.
Steps to reproduce
No response
Additional context
No response
Log(s) & preferences file(s)
.