As Manik posted a
day or so ago we're having trouble with Firefox - it works in
I.E.
Here is a clean
example lzx - can somone tell me what we would need to do such that as soon as
this page loads hitting "enter" will cause the button to be pressed without
clicking anywhere with your mouse?
We've tried "oninit"
methods on the canvas, the view and the button.
We've tried setting
a LzTimer in the oninit for the canvas and then in the method called by the
timer we've called LzFocus.setFocus(test)
(I'm abreviating and
don't believe there were any typo's or usage errors in our original code
although in my examples above there may be)
<canvas>
<view>
<window>
<button id="test" text="blah"/>
</window>
</view>
</canvas>
<view>
<window>
<button id="test" text="blah"/>
</window>
</view>
</canvas>
If I click on the
windows frame then hitting "enter" DOES activate the button.
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
