Alessandro Palombaro created FLEX-34027:
-------------------------------------------
Summary: ContainerController mouseWheelHandler method strays from
the other handlers by not passing the event to the textFlows interactionManager
instance.
Key: FLEX-34027
URL: https://issues.apache.org/jira/browse/FLEX-34027
Project: Apache Flex
Issue Type: Bug
Affects Versions: Apache Flex 4.11.0
Environment: TextLayout Framework
Reporter: Alessandro Palombaro
Priority: Minor
flashx.textLayout.container.ContainerController should call the textFlow
interactionManager mouseWheelHandler event handler method in the same way it
does for each of the other interaction event types. (mouseUp/Over/Down, focus
events, key events etc..)
Suggest modifying the ContainerController mouseWheelHandler method to include
the following
if (interactionManager && !event.isDefaultPrevented())
interactionManager.mouseWheelHandler(event);
and moving the current methods functionality to the SelectionManager.as class
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)