Hello,

in the Internet explorer "lz.KeysService.callOnKeyCombo()" does not work with 
'alt' or 'control' as a parameter:

<canvas>
    <method name="test">
        Debug.write("test");
    </method>
    
    <script>
                delegateOriginalSize = new LzDelegate(canvas, "test");
                lz.Keys.callOnKeyCombo(delegateOriginalSize, ["1","alt"]);
                lz.Keys.callOnKeyCombo(delegateOriginalSize, ["c","control"]);
    </script>
</canvas>

I have seen that there already is LPP-1619: 
http://www.openlaszlo.org/jira/browse/LPP-1619

Does anybody know whether there is a workaround for this bug?

Kind Regards,
Marc

Reply via email to