<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3243" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2><SPAN class=760514219-17122007>I think I have found
a decent sized bug in version 4.0.7. All over our application we use
databound inputtext but in the newest version it appears that this is no longer
supported. If you look at the example below, change the text of the
inputtext and then click to the edittext and look at ds in the debugger you see
that the dataset doesnt update. The edittext works perfectly but has the
border which is not desirable in our UI. Is this a feature of the
inputtext that has been removed in this version or is this a
bug?</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><canvas width="100%"
height="100%"></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><dataset name="ds"><BR> <stuff
edit="default edit" input="default input"/><BR></dataset></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><simplelayout axis="x"
spacing="20"/></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><inputtext datapath="ds:/stuff" text="</FONT><A
title="mailto:$path{'@input'" href="mailto:$path{'@input'"><FONT
title="mailto:$path{'@input'" face=Arial size=2>$path{'@input'</FONT></A><FONT
face=Arial size=2>}"><BR><SPAN class=760514219-17122007>
</SPAN><method event="onblur"><BR> <SPAN
class=760514219-17122007> </SPAN> <SPAN
class=760514219-17122007> </SPAN>this.datapath.updateData();<BR><SPAN
class=760514219-17122007> </SPAN></method><BR></inputtext><BR></FONT></DIV>
<DIV><FONT face=Arial size=2><edittext datapath="ds:/stuff" text="</FONT><A
title="mailto:$path{'@edit'" href="mailto:$path{'@edit'"><FONT
title="mailto:$path{'@edit'" face=Arial size=2>$path{'@edit'</FONT></A><FONT
face=Arial size=2>}"><BR><SPAN class=760514219-17122007>
</SPAN><method event="onblur"><BR> <SPAN
class=760514219-17122007>
</SPAN>this.datapath.updateData();<BR><SPAN
class=760514219-17122007>
</SPAN></method><BR></edittext></FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2><BR></canvas></FONT></DIV></FONT></DIV></BODY></HTML>