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" <alexpalomb...@gmail.com> wrote: >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 go but there is nothing in it and it doesn't seem to ever get >called? Seems odd that the other interactions are sent by the controller >to >the textflows interactionManager instance, but the mouseWheelHandler is >handled direct within the controller. > >Thoughts?