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?