Textarea selection

When using an android 3.* tablet there seems to be a bug that will not let you select the textarea.
The keyboard pops up it then seems to want to refresh that layout and the textarea looses focus. I have been trying to narrow it down as to what causes it but I can not.

I had this problem before on another page but I was able to fix it just by moving some form items around but on a new screen I don’t have that option.

Can you provide a sample of ui configuration for which such issue occurs?

[code]

<script type="text/javascript" charset="utf-8">
	DHTMLX_SKIN = "touch"; // specifies a type of the border
</script>

<script src="touchui.js" type="text/javascript"></script>
<link rel="STYLESHEET" type="text/css" href="touchui.css">
dhx.ui({ view: 'layout', type: 'clean', rows: [ { view: 'toolbar', type: 'MainBar', elements: [ { view: 'label', label: 's', id: 'control_label_2',align:'right'}, { view: 'button', name:'cancel', align:'right', label:'Cancel'}, { view: 'button', name:'save', align:'right', label:'Save'}, ], id: 'toolbar_2' }, { view: 'form', elements: [
										{cols:[											
											{ view: 'textarea', id: 's', label: 'j', value: '', labelWidth:200, height:200,  labelPosition: 'left', labelAlign: 'left'},
											{ view: 'textarea', id: 's', label: 'hs', value: '', labelWidth:200, height:200, labelPosition: 'left', labelAlign: 'left'},
											{ view: 'textarea', id: 's', label: 'h', value: '', labelWidth:200, height:200, labelPosition: 'left', labelAlign: 'left'},
										]},
									], id: 'form'}
				], id: 'layout_4',scroll:''
	});
</script>
[/code]

We have reproduced the problem. The fix will be included in the next version that is going to be released this week.

Could I please get that update now??

Latest version can be taken from

dhtmlx.com/x/download/regular/dhtmlxTouch.zip