Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T139588
Change Details
Change Details
Old
New
Diff
The error is always logged. Crash only happens randomly.
``` _ctrl = _display ctrlCreate ["ctrlStructuredText",-1]; _ctrl ctrlSetStructuredText parseText "Normal text. <a href='google.com'>Link</a>. Normal text."; ``` The "Link" and the "Normal text" will look the same.
The error is always logged
``` _ctrl = _display ctrlCreate ["ctrlStructuredText",-1]; _ctrl ctrlSetStructuredText parseText "Normal text. <a href='google.com'>Link</a>
.
Crash only happens randomly
Normal text."; ``` The "Link" and the "Normal text" will look the same
.
Continue