refresh method is not working

Hello ,

I am using webix 2.2.0 version. I am using the following code.

<!DOCTYPE html>
<html>
   <head>
       <link rel="stylesheet" href="../../codebase/webix.css" type="text/css" media="screen" charset="utf-8">
       <script src="../../codebase/webix.js" type="text/javascript" charset="utf-8"></script>
       <title>Layout and Resizer</title>
   </head>
   <body>
       <div id='layout_div' style='width:600px; height:600px; margin:20px;'></div>
       <script type="text/javascript" charset="utf-8">
           webix.ui({
               container:"layout_div",
               id:"layout",
               height:550,
               width:700,
               rows:[
                          {
                             cols:[
                                    {
                 			view : "text",
					value : "",
					label : "Test",
					labelWidth : 130,
				        width : 320,
					labelAlign : "right",
					id : "Name"
				      }
                                     ]
                             }         
                          ]
           }).show();
           $$('Name').define('readonly', true);
           $$('Name').setValue("'s-test");
          //$$("Name").refresh();        
       </script>
   </body>
</html>

When I am using $$(“Name”).refresh() code I am unable to set the value when name contains “’” character, if doesn’t contain it is populating. If I Commented the code ($$(“Name”).refresh()) I am able to set the value. Can you please help me how to fix this issue.

Can you please give me a solution regarding this issue.

I can confirm the bug.

Fix will be included in the next minor build.

Can you please let us know when you will release the minor build. We have to inform our client.

It will be available till the end of this week.

Thank You

Can you please let us know the minor build has been released?

Hello Maksim,

We have the same issue in production, and I would like to know when we can get the build to resolve this issue, we are really in trouble and we are not able to do any progress on it, I would appreciate if you can provide any timelines. We are really looking for your help.

Webix 2.2.10 is available in customer area, it contains the fix for the above issue.