I'm getting the following javascript error in Chrome:
```
Uncaught IndexSizeError: Failed to execute 'collapse' on 'Selection': There is no child at offset 3.
```
I tried adding the Text= " " fix found in another issue posting (https://ajaxcontroltoolkit.codeplex.com/workitem/27717) but that didn't stop the javascript error or the validation error. According to the blog post by the guys at Kartris (http://www.kartris.com/Knowledgebase/Chrome-AJAX-postback-issues-July-2014__k-56.aspx) this issue should be fixed again with Chrome 38. I'm using Chrome 38 and I'm still seeing this error. But maybe it is a different issue because I'm not seeing exactly what that issue described. Even the error message I'm getting is slightly different.
I'm also not sure if this is related to the other issue I've logged (https://ajaxcontroltoolkit.codeplex.com/workitem/27744).
Comments: It seems that there's not much going on to fix this. Any ideas how to solve it?
```
Uncaught IndexSizeError: Failed to execute 'collapse' on 'Selection': There is no child at offset 3.
```
I tried adding the Text= " " fix found in another issue posting (https://ajaxcontroltoolkit.codeplex.com/workitem/27717) but that didn't stop the javascript error or the validation error. According to the blog post by the guys at Kartris (http://www.kartris.com/Knowledgebase/Chrome-AJAX-postback-issues-July-2014__k-56.aspx) this issue should be fixed again with Chrome 38. I'm using Chrome 38 and I'm still seeing this error. But maybe it is a different issue because I'm not seeing exactly what that issue described. Even the error message I'm getting is slightly different.
I'm also not sure if this is related to the other issue I've logged (https://ajaxcontroltoolkit.codeplex.com/workitem/27744).
Comments: It seems that there's not much going on to fix this. Any ideas how to solve it?