Feedback
ListBox MouseDown does not fire in blank row area
- Status
- Fixed
- Fixed in
- v26.6.4
- Source discussion
- https://forum.objo.dev/d/349-listbox-bug-mousedown-doesnt-send-event-click-outside-list-of-rows
- Last updated
- 2026-06-15
Public summary
ListBox currently fires MouseDown when the user clicks an existing row, but not when the user clicks the empty area below the last row while still inside the ListBox bounds. MouseDown should fire anywhere inside the ListBox so apps can handle blank-area clicks consistently.