Marcelo Braga created FLEX-35135:
------------------------------------
Summary: Wrong cast in ComposeState class
Key: FLEX-35135
URL: https://issues.apache.org/jira/browse/FLEX-35135
Project: Apache Flex
Issue Type: Bug
Components: .Unspecified - Framework
Affects Versions: Apache Flex 4.14.1
Environment: Text layout framework.
All platforms;
Reporter: Marcelo Braga
Priority: Trivial
Fix For: Apache Flex 4.15.0
In the class flashx.textLayout.compose.ComposeState
method endLine at third line :
(_flowComposer as StandardFlowComposer).addLine(_curLine,_curLineIndex);
the _flowComposer must be as FlowComposerBase instead StandardFlowComposer. If
use StandardFlowComposer all new composer have to be subclasse of
StandardFlowComposer, and this its not necessary;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)