PlaceHolder is not working in IE9

Hello Team,

We are facing this issue in Webix version 2.2.10 and 2.3.1.

If I run the below code in Chrome and Mozila, placeholder is working fine. But In IE Placeholder is not working. Can you please help us to resolve this issue.

Place Holder
       webix.ui({
           container:"layout_div",
           id:"layout",
           height:550,
           width:700,
           rows:[
		   
		   { view:"text", id:"test", placeholder:"Test", label:"Name", width:200},
           ]
       }).show();

   </script>

In which version of IE issue occurs ?

http://webix.com/snippet/m/779718af

This is the same snippet and it works for me

In IE 9 Its not working. Can you please test it in IE9 and give some solution to this issue.

Version : 9.0.8112.16421

Hello maksim,

Even I am also facing the same issue, we are using air.css for our implementation, and also I would like to tell you that this issue we are facing in both the builds PRO : 2.2.10 and 2.3.1.

Appreciate if you could validate the issue from your side and help us to resolve this issue.

I can confirm the issue for IE8 and IE9
IE lacks native placeholder support, so placeholders in text inputs will not works there.

We will try to include a workaround for IE9 in next build.

Thanks Maksim,

Can you please let us know when we can expect, the new build

Thanks Maksim.

This feature will be released as part Webix 2.4 most probably ( it is a relative big change, so it is not safe to release it as part of a minor version )