Unplanned
Last Updated: 07 Nov 2017 07:46 by ADMIN
ADMIN
Peshito
Created on: 27 Sep 2017 11:38
Category: RichTextBox
Type: Bug Report
0
RichTextBox: Click event is not raised and command is not executed when a Button is placed inside InlineUIContainer and tapped on a touch device
Click event are not raised, and the command in the Command property is not executed, when a Button is placed inside InlineUIContainer, and is tapped on a touch device.

Workaround: One way to work around this is by setting TouchManager.TouchMode of the button to None, which will exclude the button from the TouchManager and will let the .NET events reach it. The other is to use the TouchManager Tap event instead of Command or Click.
0 comments