CruxFramework / crux-widgets

6 stars 4 forks source link

Crux SelectableWidget do not propagate click/touch event to their children #593

Closed admtriggo closed 9 years ago

admtriggo commented 9 years ago

From samuel@cruxframework.org on February 03, 2015 15:22:57

When the children do not inherit from SelectableWidget the event is automaticaly canceled. This is not correct because we can have children that is not Crux Selectable but is selectable per nature, like a drag and drop DIV.

Original issue: http://code.google.com/p/crux-framework/issues/detail?id=593

admtriggo commented 9 years ago

From samuel@cruxframework.org on February 03, 2015 09:25:51

Branch 5.3 Revision 5904

Status: Fixed