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 [EMAIL PROTECTED] 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;
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins