PDA

View Full Version : onmouseover on inputtext


jshood
01-05-2005, 05:23 PM
It appears the onmouseover event does not fire on the inputtext class. Can someone confirm? I'm running lps 2.2.1.


<canvas height="400" width="400" debug="true">
<debug x="10" y="100" />
<inputtext width="150">This text is editable.

<method event="onmouseover">
debug.write('mouseover');
</method>
</inputtext>
</canvas>

antun
01-06-2005, 11:11 AM
I'm seeing this too, and have added it to our bug tracking system.

Take care,

Antun

jshood
01-06-2005, 11:19 AM
Antun,

Thanks for the reply. Are there any posbile workarounds? I cant find the lzx code for the inputtext class, so I'm assuming they are built directly into the LPS and cannot be easily altered?

Thanks
-Jeff