#7738 closed feature request
GUI: List scrollbar actions should focus on list
Reported by: | salty-horse | Owned by: | sev- |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
Since the search box has been introduced to the launcher, it is now possible to move the focus away from the game list.
Clicking on the list's scrollbar buttons or dragging the handle should bring the focus to the list.
Attached is a very hacky patch that implements it. It assumed that a list's boss is always a GUI::Dialog.
Ticket imported from: #2858270. Ticket imported from: feature-requests/554.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | focus-hack.patch added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → GUI |
---|
Note:
See TracTickets
for help on using tickets.
I forced ListWidgets to be put only on Dialogs, and committed your patch.