Bug in TMSFNCWXHTMLMemo when used in webcore project

Hello.

I found a bug in TMSFNCWXHTMLMemo when used in webcore project (I tries the same in a VCL project but had no issue there).

The bug is easy to reproduce: create a WebCore project, add a TMSFNCWXHTMLMemo and a button.
In the button's OnClick event, write:
TMSFNCWXHTMLMemo1.HTML.Text:='We notice that this often results in a recurring list of functionalities';

When running the project and clicking on the button, you get an error.
In my case, it is:
ERROR
Uncaught TypeError: this.executeScriptDF3A7911720A7DB06281CDF45D3CF6FA is not a function | TypeError: this.executeScriptDF3A7911720A7DB06281CDF45D3CF6FA is not a function at eval (eval at functionFromString (http://localhost:8000/Project1/Project1.js:76852:28), :3:32) at mainfunc (http://localhost:8000/Project1/Project1.js:76861:24) at Object.ExecuteJavascript (http://localhost:8000/Project1/Project1.js:76865:19) at Object.ExecuteJavaScript (http://localhost:8000/Project1/Project1.js:635:38) at Object.ExecuteJavaScript (http://localhost:8000/Project1/Project1.js:77779:28) at Object.ExecuteSummernoteJavascriptParams (http://localhost:8000/Project1/Project1.js:80163:18) at Object.LoadHtmlContent (http://localhost:8000/Project1/Project1.js:80509:12) at Object.TextLinesChanged (http://localhost:8000/Project1/Project1.js:80393:16) at Object.cb [as FOnChange] (http://localhost:8000/Project1/Project1.js:241:26) at Object.Changed (http://localhost:8000/Project1/Project1.js:13913:42)
at http://localhost:8000/Project1/Project1.html [3:32]

The cause is the word "functionalities" in the text. It looks like the memo thinks there is a function that should be called...

Hi,

We haved traced and solved this, next version of TMS FNC Core will address this. It was an underlying browser issue.

Thank you Pieter.
Can you tell me in which version it will be available? I have installed the last update (1.6.0.0) but the bug is still there.

Hi,

We have initially applied a fix, but shortly after found out the fix is not working as intended. After more research we have applied an additional fix, but this has yet to be released. We'll release a complete FNC family update including the fix in the upcoming weeks.