Thanks. I've added the bug here
https://issues.apache.org/jira/browse/FLEX-34027
On Tue, Jan 7, 2014 at 8:18 AM, Alex Harui wrote:
>
>
> On 1/6/14 3:24 PM, "Alessandro Palombaro" wrote:
>
> >It looks like it should but it doesn't.
> >
> >If you look at the tlf_internal funct addMouseWheelListe
On 1/6/14 3:24 PM, "Alessandro Palombaro" wrote:
>It looks like it should but it doesn't.
>
>If you look at the tlf_internal funct addMouseWheelListener it assigns the
>listeners via
>
>_container.addEventListener(MouseEvent.MOUSE_WHEEL,
>getInteractionHandler().mouseWheelHandler);
>
>however t
It looks like it should but it doesn't.
If you look at the tlf_internal funct addMouseWheelListener it assigns the
listeners via
_container.addEventListener(MouseEvent.MOUSE_WHEEL,
getInteractionHandler().mouseWheelHandler);
however the getInteractionHandler method is simply
tlf_internal functi
Not sure I understand. I looked at ContainerController.as and it looks
like it adds the interactionHandler's mouseWheelHandler, not some internal
handler.
-Alex
On 1/6/14 1:37 AM, "Alessandro Palombaro" wrote:
>Hi,
>
>Does anyone know why the mouseWheelHandler function in
>flashx.textLayout.co
Hi,
Does anyone know why the mouseWheelHandler function in
flashx.textLayout.container.ContainerController strays from all the other
event handler methods by not sending the event to interactionManagers
handlers?
It looks like flashx.textLayout.edit.SelectionManager has the public method
ready to