You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@c-smile Reproduced with Go and Rust. Looks like a Sciter's issue.
The SciterGetElementTextCB returns empty text from the <htmlarea> if its value contains HTML markup (if it contains some plain text, it works well though). While on the script side the Element.text always returns plain text.
The tiscript way worked, but Text() didn't . The test code is as follows:
The text was updated successfully, but these errors were encountered: