Change dda-20110623-v2w by [email protected] on 2011-06-23 13:30:40 EDT
    in /Users/dda/laszlo/src/svn/openlaszlo/trunk-g
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix resize behavior for non-multiline text box getting multiline text 

New Features:

Bugs Fixed: LPP-9976

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

Documentation:

Release Notes:

Overview:
    A text box not marked multiline should not be resized vertically.
    Text that is multiple lines should be joined to a single line,
    to match DHTML behavior.

Details:
    Note that DHTML is already making an adjustment for when multiline
    is true -- LF is converted to <br/>.  This change makes the adjustment
    on the SWF10 side when multiline is false.  The two implementations meet
    in the middle.

Tests:
   Ran with program attached to LPP-9976.  Tried with multiline true and false,
   it now works same between SWF10 and DHTML

Files:
M       WEB-INF/lps/lfc/kernel/swf9/LzTextSprite.as

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/dda-20110623-v2w.tar



--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-306-2057
email: [email protected]
www: http://www.ddanderson.com
blog: http://libdb.wordpress.com





Reply via email to