App crashes when clicking on text area

My code is just:
lv_obj_t * ta = lv_ta_create(lv_scr_act(), NULL);
lv_ta_set_text(ta, “”);
(LV_USE_BIDI is set 1)
when I click on center of the text area the app crashes.
Why?

Does this happen in the PC simulator?

Could be related:

Yes, I’m using it on Windows with Code::Blocks IDE
Works perfectly until LV_USE_BIDI is set.

Maybe in Micropython it will not happen… I’m using C with PC simulator on Windows, Code::Blocks IDE.

@Avigdor - Please try the latest version.
A bidi related bug was fixed, I suspect this might solve your issue as well.