Error after copy and paste
I get this error everytime, if I repeat the following steps:
- Type "blabla" into a RichEditableText
- Copy "lab"
- Insert it after the first "a"
- Copy "alabb"
- Insert it before the "bb"
I know it's kind of silly, but I tried several other combinations and that one seems to be one that works all the time. ![]()
After this procedure the following error appears:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at flashx.textLayout.edit::TextScrap/clone()
at flashx.textLayout.edit::TextFlowEdit$/replaceRange()
at flashx.textLayout.operations::PasteOperation/internalDoOperation()
at flashx.textLayout.operations::PasteOperation/doOperation()
at flashx.textLayout.edit::EditManager/doInternal()
at flashx.textLayout.edit::EditManager/doOperation()
at flashx.textLayout.edit::EditManager/pasteTextScrap()
at flashx.textLayout.edit::EditManager/editHandler()
at flashx.textLayout.container::ContainerController/editHandler()
at flashx.textLayout.container::TextContainerManager/editHandler()
at flash.desktop::NativeApplication/performKeyEquivalent()
at flash.desktop::NativeApplication/_onKeyDownBubble()
Is it a bug in the TLF or a problem with my application?
