Author: pbr
Date: 2007-11-02 07:23:28 -0700 (Fri, 02 Nov 2007)
New Revision: 7091

Modified:
   openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as
Log:
Change 20071031-Philip-8 by [EMAIL PROTECTED] on 2007-10-31 16:26:16 EDT
    in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk
 
Summary: Remove unnecessary references from LzInputTextSprite.as
 
New Features:
 
Bugs Fixed: LPP-4951
 
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
 
Documentation:
 
Release Notes:
 
Details:
LzInputTextSprite.as contains some copied code that references a hash from 
LzNode (defaultattrs). I removed it.
 
Tests:
/test/smoke/smokecheck.lzx
 
Files:
M      WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as
 
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20071031-Philip-8.tar


Modified: openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as
===================================================================
--- openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as    
2007-11-02 02:45:25 UTC (rev 7090)
+++ openlaszlo/trunk/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as    
2007-11-02 14:23:28 UTC (rev 7091)
@@ -57,10 +57,7 @@
 
 LzInputTextSprite.prototype = new LzTextSprite(null);
 
-LzInputTextSprite.prototype.defaultattrs.selectable = true;
-LzInputTextSprite.prototype.defaultattrs.enabled = true;
 
-
 /**
   * @access private
   */


_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins

Reply via email to