ui::Text -> ui::ListView -> ui::TabControl and ClickEvent does not work on ui::Text

Hello,
I pushed some ui::Text widgets to the ui::ListView and added this ListView to the ui::Layout which is tab page in ui::TabControl.
Now it is imposible to catch click event on ui::Text with this configuration.
If I leave only ui::Layout as root widget - without ui::TabControl - all works fine.
Does somebody encounter with this issue??

You should explicitly call ui::ListView::setSwallowTouches(false) for this case.