Widget events fired differently with DB after 2169 ?

Hi,

I’ve built a complex app using DB 2169, everything is OK.

Trying to use DB 2177 (and 2174) with the same code, it seems that touch events on widget are fired differently.

Does anybody have similar problems ? I will try to reproduce it but as I said, thhe app is complex, using composer and overlays and widget inside them.

Updated 02/15


After some testing, it seems that is a text only button is created WITHOUT textOnly=true explicitely declared, the “onHandle” event is not fired.

I’ve added

textOnly=true,

and now all buttons are working again in recent daily builds.