[Laszlo-dev] [Fwd: keyboard commands are not working in the swf 8 debugger]
André Bargull
a.bargull at intensis.de
Fri Jul 18 12:33:43 PDT 2008
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 <a.bargull at intensis.de>
To: P T Withington <ptw at pobox.com>
CC: Henry Minsky <henry.minsky at gmail.com>, Philip Romanik
<promanik at laszlosystems.com>, Max Carlson <max at openlaszlo.org>
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>
> /
More information about the Laszlo-dev
mailing list