Hi,
We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function
```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 09/14/2015).
So, my question is: When these code fixed will be release?
Thank you.
Comments: Hi! This fix will be available in the next release of the AJAX Control Toolkit. Though we cannot tell you a precise date of the release, we are doing our best to finish it as soon as possible. Best regards, Fadil
We have a control that use MaskEdit and run in IE8.
It throw exception when we select a date. As I checked, it come from function
```
m_arrDate = input. split( this. get_cultureDatePlaceholder( ) ) . filter( function( element)
```
The reason is because IE8 doesn't support method __filter__ of an array object.
This issue gone in newest code (checked in from 09/14/2015).
So, my question is: When these code fixed will be release?
Thank you.
Comments: Hi! This fix will be available in the next release of the AJAX Control Toolkit. Though we cannot tell you a precise date of the release, we are doing our best to finish it as soon as possible. Best regards, Fadil