Textarea bug in 4.6?

I have an input Textarea:
…},
{
name: “attest_text”,
type: “input”,
label: “Note”,
value: “Debugging text”,
inputWidth: 300,
rows: 7
},
{…

I show the window with the form, change the input “attest_text” text to “The text is changed”, close the window with the form via a ‘Save’ button.

When the window is closed the following commands returns “The text is changed” (the changed text) as it should in DHTMLX 4.5 but “Debugging text” (starting value) in DHTMLX 4.6:

vAttText = gAttestActionForm.getItemValue(“attest_text”);
vJSON = formSerializer(gAttestActionForm);

I also get this error in Chrome in DHTMLX 4.6:
‘Uncaught TypeError: this.objPull[(this.idPrefix + o)][m] is not a function’ ‘dhtmlx.js:9’

Hi

please try attached
dhtmlxjs_46_std_fixed.zip (294 KB)

Yes!
Now both works as expected:
vAttText = gAttestActionForm.getItemValue(“attest_text”);
vJSON = formSerializer(gAttestActionForm);
You people never dissapoints.

However I still get these strange errors is the console in Chrome (image):

:stuck_out_tongue: Hi

Could you please provide us complete demo including all correspondnig js/css files?
Please also add information regarding current and expected behaviour.

Here is a small guide how to make a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html

If you’re using PRO Edition please send your demo to support@dhtmlx.com

The error appears only in the 4.6.
I tested out the Version 4.5. There is no Problem.
I already send a support-ticket.

I am using 4.6 Pro version and experience the similar problem with textarea.
Have this code fixed? And how can I get the new fixed problem?

Anyway, I have used all of my support tickets.

If pro version - you can request fix by mail to support@dhtmlx.com