[NUI] Interrupt pan when popup is popped (#1539)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 13 Apr 2020 10:00:13 +0000 (19:00 +0900)
committerGitHub <noreply@github.com>
Mon, 13 Apr 2020 10:00:13 +0000 (19:00 +0900)
commitae24ccbc030cf97a45c27dd6e3214755208955cf
tree180a095f98f2ad697437d29e9d036bf746e5d21d
parentab0279e09ff6d88351091238823d5cca1b8328b1
[NUI] Interrupt pan when popup is popped (#1539)

Currently, panning is working even if there is popup over component.
As workaround, add PanGestureDetector to Popup to prevent panning.

Additionally, add View to ScrollableBase which is to interrupt touching during scrolling.
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI/src/public/Layouting/LayoutGroup.cs