[BUG] LongPressCompleted event won't fire unless LongPressCommand is bound #2164
Closed
2 tasks done
Labels
area/behaviors
Issue/Discussion/PR that has to do with Behaviors
bug
Something isn't working
unverified
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When using the
TouchBehavior
theLongPressCompleted
event will not fire unless theLongPressCommand
is bound.Note: This does not affect the
TouchGestureCompleted
event which fires regardless of whether its command is bound.Expected Behavior
The
LongPressCompleted
event should fire on a long-press regardless of whether its command is bound.Steps To Reproduce
TouchBehavior
to a control i.e.Grid
LongPressCompleted
event to an event handlerLink to public reproduction project repository
LongPressSample.zip
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: