Here's an oddity: "control-enter" as a command key works (selects the
command when the combination is pressed) but the key is not consumed
in IE. Firefox behaves correctly. If an edit box is created as a
result of the command select it will contain a CR.

Here is a simple illustration: hit control-enter (the edit box
appears), then click on the button

<canvas debug="true">
    <command name="foocmd" onselect="var v = new fooview(canvas, {id:
'foov'}); LzFocus.setFocus(v);" key="$once{['Control', 'Enter']}"/>
    <button text="foo" onclick="Debug.write('>'+foov.foof.fooe.value+'&lt;')"/>
    <class name="fooview" y="30">
        <form name="foof">
            <edittext name="fooe"/>
        </form>
    </class>
</canvas>

Believe it or not this is a problem for my app, and I like using
control-enter as a command key so don't want to change it as a work
around.

Anyone know of any reason IE/openlaszlo would behave this way?

Thanks

Reply via email to