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:46:05 UTC

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

    [ https://issues.apache.org/jira/browse/FLEX-35100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15337815#comment-15337815 ] 

Mihai Chira edited comment on FLEX-35100 at 6/18/16 12:45 PM:
--------------------------------------------------------------

The only other instance of this error I could find (though the stack traces are not identical, the null object reference error happens in the same function) was in [a comment on FLEX-33409|https://issues.apache.org/jira/browse/FLEX-33409?focusedCommentId=13745886&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13745886], where the line in question is '{{textLine.x = this.x}}', implying that {{textLine}} is {{null}}.


was (Author: evolverine):
The only other instance of this error I could find (though the stack traces are not identical, the null object reference error happens in the same function) was in [a comment on FLEX-33409|https://issues.apache.org/jira/browse/FLEX-33409?focusedCommentId=13745886&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13745886].

> 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)