The CHANGE, TEXT_INPUT, and LINK events are generated, and I think the scroll event may be also, I will check. The TLF architecture is awfully distributed, so the text flow's container manager's selection manager or something ends up being responsible for sending some event. Its object madness...
On Tue, Mar 15, 2011 at 1:10 PM, P T Withington <[email protected]>wrote: > Question: Should we take this opportunity to make the TextField emulation > more complete? > > > http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/TextField.html > > says there are four events defined by TextField, but I only see the > emulation sending (now) two. > > Approved, as far as it goes. > > On 2011-03-15, at 12:34, Henry Minsky wrote: > > > Change hqm-20110315-sQx by [email protected] on 2011-03-15 12:27:11 > EDT > > in /Users/hqm/openlaszlo/trunk3 > > for http://svn.openlaszlo.org/openlaszlo/trunk > > > > Summary: swf10 bidi input text does not get onchange event > > > > New Features: > > > > Bugs Fixed: LPP-9827 > > > > Technical Reviewer: ptw > > QA Reviewer: max > > Doc Reviewer: (pending) > > > > Documentation: > > > > Release Notes: > > > > Overview: > > > > Our customized bidi TextField class was not sending an onchange event > when the user modified > > text in the input field, so the text view had stale data when you asked > for it's 'text' attr. > > > > Details: > > > > Add call to sprite to send CHANGE event when text field is modified. > > > > Tests: > > focus-input.lzx: the RTL text input field (third from the top) displays > it's value at the bottom of > > the view using a constraint on it's 'text' attribute; enter or delete > text from the input field using the mouse and keybaord, and > > verify that those changes are mirrored in the text field at the bottom. > > > > > > Files: > > M test/tlf/focus-input.lzx > > M WEB-INF/lps/lfc/kernel/swf9/LzTextContainerManager.as > > M WEB-INF/lps/lfc/kernel/swf9/LzTLFTextField.as > > > > Changeset: > http://svn.openlaszlo.org/openlaszlo/patches/hqm-20110315-sQx.tar > > -- Henry Minsky Software Architect [email protected]
