[Laszlo-checkins] r6376 - openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/swf

max@openlaszlo.org max at openlaszlo.org
Wed Sep 5 18:18:51 PDT 2007


Author: max
Date: 2007-09-05 18:18:44 -0700 (Wed, 05 Sep 2007)
New Revision: 6376

Modified:
   openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as
Log:
Change 20070905-maxcarlson-E by maxcarlson at plastik on 2007-09-05 16:57:00 PDT
    in /Users/maxcarlson/openlaszlo/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Fix styling for inputtext fields

New Features:

Bugs Fixed: LPP-4657 -  Input text does not obey font style directives in SWF7/8

Technical Reviewer: promanik
QA Reviewer: hminsky
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details: Added an implementation of getTextfieldHeight() to LzInputTextSprite.as that matches the implementation in LzTextSprite.as as of r r6256.
    

Tests: See LPP-4657



Modified: openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as
===================================================================
--- openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as	2007-09-06 00:47:42 UTC (rev 6375)
+++ openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/kernel/swf/LzInputTextSprite.as	2007-09-06 01:18:44 UTC (rev 6376)
@@ -335,6 +335,9 @@
     //@event ontext: Sent whenever the text in the field changes.
     //this.owner.ontext.sendEvent(t);
 }
+LzInputTextSprite.prototype.getTextfieldHeight = function ( ){
+    return this.__LZtextclip._height
+}
 
 LzTextSprite.prototype.getText = function ( ){
     return this.__LZtextclip.text;



More information about the Laszlo-checkins mailing list