You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Mihai Chira (JIRA)" <ji...@apache.org> on 2016/06/18 12:37:05 UTC

[jira] [Created] (FLEX-35100) TextFlowLine.recreateTextLine() throws a null object reference error

Mihai Chira created FLEX-35100:
----------------------------------

             Summary: TextFlowLine.recreateTextLine() throws a null object reference error
                 Key: FLEX-35100
                 URL: https://issues.apache.org/jira/browse/FLEX-35100
             Project: Apache Flex
          Issue Type: Bug
          Components: TLF
    Affects Versions: Apache Flex 4.14.1
            Reporter: Mihai Chira
            Assignee: Mihai Chira
            Priority: Minor


A user of our application (at the time running on Flex SDK 4.14.1) has reported encountering this fatal error:

{noformat}
TypeError: Error #1009
at flashx.textLayout.compose::TextFlowLine/http://ns.adobe.com/textLayout/internal/2008::recreateTextLine()
at flashx.textLayout.compose::TextFlowLine/getTextLineInternal()
at flashx.textLayout.compose::TextFlowLine/getTextLine()
at flashx.textLayout.compose::ComposeState/composeNextLine()
at flashx.textLayout.compose::BaseCompose/composeParagraphElementIntoLines()
at flashx.textLayout.compose::BaseCompose/composeParagraphElement()
at flashx.textLayout.compose::ComposeState/composeParagraphElement()
at flashx.textLayout.compose::BaseCompose/composeBlockElement()
at flashx.textLayout.compose::BaseCompose/composeInternal()
at flashx.textLayout.compose::ComposeState/composeInternal()
at flashx.textLayout.compose::BaseCompose/composeTextFlow()
at flashx.textLayout.compose::ComposeState/composeTextFlow()
at flashx.textLayout.compose::StandardFlowComposer/http://ns.adobe.com/textLayout/internal/2008::callTheComposer()
at flashx.textLayout.compose::StandardFlowComposer/internalCompose()
at flashx.textLayout.compose::StandardFlowComposer/updateToController()
at flashx.textLayout.compose::StandardFlowComposer/updateAllControllers()
at flashx.textLayout.container::TextContainerManager/updateContainer()
at spark.components::RichEditableText/updateDisplayList()
at mx.core::UIComponent/validateDisplayList()
at mx.managers::LayoutManager/validateDisplayList()
at mx.managers::LayoutManager/doPhasedInstantiation()
at mx.managers::LayoutManager/doPhasedInstantiationCallback()
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)