When player selects item inside TextListboxWidget using scrolling (and only scrolling) OnItemSelected will return column id -1, which is wrong, as an actual column id is 0.
After item selection using mouse click, returned column id will be correct even while scrolling, until ClearItems() method call.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Operating System Version
- 1803 (build 17134.407)
- Category
- Scripting
Steps To Reproduce
- Create layout with TextListboxWidget
- Make a script to fill it and handle OnItemSelected
- Check returned column value for OnItemSelected event on scrolling before/after LMB selection
Additional Information
Event Timeline
Comment Actions
This is as designed, scrolling is only changing the row selection, the column selection is untouched unless clicked.