Listbox no longer scrolls when dragging outside widget #3559
Labels
area: core
Issues not related to a specific subsystem
prio: low
Minor problem or easily worked around
Milestone
Important
This issue was migrated from Trac:
mooffie
(@mooffie)egmont
(@egmontkob)The listbox widget contains code that makes it possible to scroll the list by dragging the mouse outside (above or below) the widget. Here is its gist:
However, this feature stopped working with commit 33d25a0 (from 2011), which added the following two lines at the start of the mouse handler:
I.e., if the mouse is outside the widget, the function exits. So the function no longer sees dragging events occurring outside the widget.
The text was updated successfully, but these errors were encountered: