UIWidget's container intercept touch event even if its _touchEnabled parameter is set to false
UIWidget's container intercept touch event even if its _touchEnabled parameter is set to false
Bug #3342 [Closed]
pandamicro 2013-12-04 07:57
. Updated about 11 years ago
- % Done changed from 0 to 100
In CocoStudio, the UIScrollView, UIListView, UIPageView can contains UIWidgets, when UIWidgets receive an event, it will bubble up the event to it’s parent if exist. Then these parent view with intercept these event directly without checking if it itself is touch enabled.
So I added a simple check before the interception
- Status changed from New to Closed
Applied in changeset commit:24991e2891c46bf63330d5942264cb125c1e0db2.
Status: | Closed | |
---|---|---|
Start date: | 2013-12-04 | |
Priority: | Normal | |
Due date: | ||
Assignee: | pandamicro | |
% Done: | 100% |
|
Category: | - | |
Target version: | v2.2.2 |