Skip to main content
Participating Frequently
October 3, 2011
Question

RTE #1009 in flashx.textLayout.container::TextContainerManager when scrolling

  • October 3, 2011
  • 2 replies
  • 2024 views

Hi all,

I submitted a bug as http://bugs.adobe.com/jira/browse/SDK-31705 but it was closed as "Cannot reproduce". This bugs appens with TLF 3.0 on Flex SDK 4.5.1 and I cannot test 4.6.

Since I don't know if the bug will be reopened, maybe a guy from TLF team could give me a workaround for this bug ?

I read the source but... no success ^^'

This topic has been closed for replies.

2 replies

Participating Frequently
October 8, 2011

I can repro it successfully, so I also think it's a bug. Filed Vellum bug#2995727 for tracking this. But i don't have workaround at this time.

KnuX75002Author
Participating Frequently
October 18, 2011

Thanks, where can I see the progression of this bug tracking ?

Adobe Employee
October 18, 2011

It has been fixed in TLF 3.0. We'll release the final version of 3.0 after Oct. 28th.

KnuX75002Author
Participating Frequently
October 4, 2011

For those who are not logged to the bugtracker :

TypeError: Error #1009: Cannot access a property or method of a null object reference.

at flashx.textLayout.container::TextContainerManager/http://ns.adobe.com/textLayout/internal/2008::addInlineGraphicElement()

at TMContainerController/addInlineGraphicElement()

at flashx.textLayout.container::ContainerController/http://ns.adobe.com/textLayout/internal/2008::updateGraphics()

at flashx.textLayout.container::ContainerController/http://ns.adobe.com/textLayout/internal/2008::updateCompositionShapes()

at flashx.textLayout.compose::StandardFlowComposer/updateCompositionShapes()

at flashx.textLayout.compose::StandardFlowComposer/updateToController()

at flashx.textLayout.container::ContainerController/updateForScroll()

at flashx.textLayout.container::ContainerController/set verticalScrollPosition()

at flashx.textLayout.container::TextContainerManager/set verticalScrollPosition()

at spark.components::RichEditableText/commitProperties()

at mx.core::UIComponent/validateProperties()

at mx.managers::LayoutManager/validateClient()

at mx.core::UIComponent/validateNow()

at spark.components::VScrollBar/http://www.adobe.com/2006/flex/mx/internal::mouseWheelHandler()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at mx.managers::SystemManager/mouseEventHandler()

Test case: http://knux.biki.fr/bronx/InlineGraphicTest.mxml

Steps to reproduce:

1. Run InlineGraphicTest.mxml using TLF 3.0 at http://sourceforge.net/projects/tlf.adobe/files/3.0/current/

2. Try to scroll (use mouse wheel for example)

I just try using the svn version (trunk) of TLF, same issue

Anybody can help ?