mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Problem: Right click assign category sub-menu should scale with category names/width or else it is truncated #15955
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#15955
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 @nrk666 on GitHub (Aug 3, 2024).
Suggestion
QBit version: 4.6.5, Web Interface from qbittorrent-nox, linux
Browser: Firefox (recent)
Unable to find similar feature request or issue but I'm not an issue search master either
Steps to reproduce:
If this drop down category side menu could scale width based on categories/subcategories text names that would be very helpful. Love subcategories btw.
Use case
Assigning category to torrent by right clicking would be able to see full category/subcategory names for assignment with a scaling menu width.
Extra info/examples/attachments
No response
@luzpaz commented on GitHub (Aug 20, 2024):
Can you add screenshots to show the issue and perhaps what you propose it should look like ?
@nrk666 commented on GitHub (Aug 20, 2024):
Sure.
The category assignment drop down side panel needs to scale right to accommodate long category/subcategory chains as needed. If it doesn't need to scale, don't scale it, but if it does, then expand right so you can see all the names.
@nrk666 commented on GitHub (Sep 8, 2024):
This says "Waiting Info" - what other info is needed? What it should look like? The menu just needs to expand further to the right so that the entire category name is shown.
@luzpaz commented on GitHub (Sep 8, 2024):
@xavier2k6 is there a quick fix for this ?
@xavier2k6 commented on GitHub (Sep 8, 2024):
I don't know about a quick fix, but something like
QMenu::addMenuas suggested in https://github.com/qbittorrent/qBittorrent/issues/19899#issuecomment-1801757988 may be of benefit. (long term)Tagsmay also benefit from something similar@xavier2k6 commented on GitHub (Sep 8, 2024):
I can also confirm this.
@nrk666 commented on GitHub (Sep 9, 2024):
I have no preference how you solve it, do whatever you think is best. Thank you so much for looking into it.