Has anyone ever met a problem with LV_LABEL_LONG_DOT in BIDI rendering lv_label?

I have a small screen to display some text messages. Because the text is long, I set the text to LV_LABEL_LONG_DOT. Although it works in LTR, it incorrectly in Arabic RTL.

LTR
| |
|hello world
| |

| |
|hello w…|
| |

or

| |
|hello … |
| |

RTL
| |
| …|
| |

or

| |
| …ld |
| |

I suspect that’s a bug.
I suggest you open a new issue on LVGL GitHub repo.

To be honest, I haven’t considered this case of ellipsis.

I suppose the ellipses should be on the right for RTL text.