forgot to cc laszlo-dev

-------- Original-Message --------
Subject: [Laszlo-dev] keyboard commands are not working in the swf 8 debugger
Date:   Fri, 18 Jul 2008 21:30:39 +0200
From:   André Bargull <[EMAIL PROTECTED]>
To:     P T Withington <[EMAIL PROTECTED]>
CC: Henry Minsky <[EMAIL PROTECTED]>, Philip Romanik <[EMAIL PROTECTED]>, Max Carlson <[EMAIL PROTECTED]>



I guess it was this changeset: "http://www.openlaszlo.org/pipermail/laszlo-checkins/2008-July/009910.html"; (But please don't ask me about the "key"<>"keys" thing in LzCommand: the schema says "key", the class uses "keys"...!? )

Modified: openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzCommand.lzs
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzCommand.lzs      2008-07-17 
17:58:33 UTC (rev 10402)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/helpers/LzCommand.lzs      2008-07-17 
19:27:54 UTC (rev 10403)
@@ -47,12 +47,12 @@
/** array of keys (strings) that, when pressed together,
   * cause the onselect event of the command to be sent. For example:
-  * setAttribute('key', ['a', 'shift']) or setKeys(['j', 'control'])
+  * setAttribute('keys', ['a', 'shift']) or setKeys(['j', 'control'])
   * @type [String]
   */
 var keys = null;
 /** @access private */
*-function $lzc$set_key(v) { this.setKeys(v); }
+function $lzc$set_keys(v) { this.setKeys(v); }*


Max? Haven't you been fiddling with when the app does/does not receive keyboard events from the browser?

On 2008-07-18, at 10:49EDT, Henry Minsky wrote:

>/ Keyboard commands ("Enter" and "Tab") are not working in trunk in the
/>/ swf8 debugger window.
/>/
/>/ Does anyone know what recent change might have broken this?
/>/
/>/ They work in 4.1.1. and trunk as of a week or two ago if I recall
/>/ correctly, so it seems to have been something pretty recent.
/>/
/>/
/>/
/>/ -- />/ Henry Minsky
/>/ Software Architect
/>/ hminsky at laszlosystems.com 
<http://www.openlaszlo.org/mailman/listinfo/laszlo-dev>
/



Reply via email to