[Laszlo-checkins] r11261 - openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9
bargull@openlaszlo.org
bargull at openlaszlo.org
Sun Sep 28 04:26:37 PDT 2008
Author: bargull
Date: 2008-09-28 04:26:26 -0700 (Sun, 28 Sep 2008)
New Revision: 11261
Modified:
openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as
Log:
Change 20080927-bargull-Z3B by bargull at dell--p4--2-53 on 2008-09-27 18:16:26
in /home/Admin/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: send "onblur" in swf9
New Features:
Bugs Fixed: LPP-7077
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
call "__handlelostFocus()" to forward lost focus (for now ignore Henry's comment, as it works this way)
Tests:
attached at bugreport
Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as 2008-09-28 08:00:07 UTC (rev 11260)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf9/LzInputTextSprite.as 2008-09-28 11:26:26 UTC (rev 11261)
@@ -128,7 +128,8 @@
* TODO [hqm 2008-01] Does we still need this workaround???
*/
function __lostFocus (event:Event){
- trace('lost focus', event.target);
+ __handlelostFocus(event);
+ //trace('lost focus', event.target);
//if (this['__handlelostFocusdel'] == null) this.__handlelostFocusdel = new LzDelegate(this, "__handlelostFocus");
//lz.Idle.callOnIdle(this.__handlelostFocusdel);
}
More information about the Laszlo-checkins
mailing list