On 2010-03-21, at 18:53, Henry Minsky wrote:

>> 
>> 2) I don't understand the change to scrollevent.  If an inputtextview is
>> autosizing, it won't have scrollevents enabled will it?  It should only be
>> getting scrollevents if it has a fixed size (and hence would scroll any text
>> that does not fit).
>> 
> 
> Oh yeah you're right. I need to ensure that when the text changes that new
> text height info is stuffed into the LFC some other way
> in that case.
> 

Actually, I'm wrong.  From LzTextSprite.js line 267:

>     // NOTE [2009-04-08 ptw] We always send lineHeight events, even if
>     // scrollevents are not requested.  scrollevent should probably be
>     // renamed to spriteevent or something

So, your fix does work -- scrollevent is just poorly named.

Reply via email to