The widget.newButton has the below event phases for the onEvent listener:
event.phase
For onEvent listeners only, this is so you can detect which “phase” of the event is occurring. Phases include: “press”, “moved”, and “release”.
The widget.newTableView for each row instance only have “press” and “release”. Please include the “moved” phase as well just like the newButton.
Thank you!
[import]uid: 66859 topic_id: 17217 reply_id: 317217[/import]