Bug #1916
Activating binding grab with mouse button(s) in control menu
Description
The mouse button can't be used to select a control to bind on the controls menu; Dday not only selects the control, but immediately binds the mouse button to the control.
Associated revisions
History
#1 Updated by danij almost 10 years ago
- Tags set to Input, Bindings, Client
- Category set to Defect
- Assignee set to danij
- Target version set to 1.15
#2 Updated by danij almost 10 years ago
Seemingly libcommon's InputBindingWidget is responding to the mouse up event from the previous down click (to activate the grab).
#3 Updated by danij almost 10 years ago
- Status changed from New to In Progress
#4 Updated by danij almost 10 years ago
- % Done changed from 0 to 90
#5 Updated by danij almost 10 years ago
- Tags changed from Input, Bindings, Client to Menu, Client
- Subject changed from Mouse button(s) on controls menu to Activating binding grab with mouse button(s) in control menu
#6 Updated by danij almost 10 years ago
- % Done changed from 90 to 100
#7 Updated by danij almost 10 years ago
- Status changed from In Progress to Closed
Fixed|Menu|libcommon: Activating binding grab with mouse button(s) in control menu
The input grabber was reacting to the subsequent mouse button up event
that followed the initial button down.
Also fixed a similar issue when rebinding joystick buttons should the
"menuselect" command also happen to be bound to a joystick button.
IssueID #1916