Details
-
Sub-task
-
Resolution: Done
-
P2: Important
-
None
-
3c26d2952ccaf3fb1d3064b5e92a46f99f8a96ca
Description
When SafeText has runtimeEditable property set to true, text wrapping is not supported. Thus, using
wrapMode: Text.WordWrap
does not work and text that would previously be wrapped now doesn't fit to the container, causing TextLayoutException in QSR runtime. This should be documented to avoid confusion in the future.