Skip to main content
Participating Frequently
June 9, 2009
Question

RichText - image loading bug?

  • June 9, 2009
  • 2 replies
  • 1523 views

In the latest Flex 4 SDK (build 7665) and Text Layout Framework (build 447) the RichText component doesn't seem to render inline images as expected. I believe that the image(s) are loading but the Text Flow doesn't appear to refresh it's size/layout.

In the example below I have a RichEditableText component on the left and a RichText component on the right. Both are loading identical content with 1 inline image:

http://www.nickkuh.com/demos/richtextbug/

I believe this is a bug. Would be great to see it fixed as I'm currently subclassing the Spark button component and default skin to create a multiline button with images.

This topic has been closed for replies.

2 replies

Participant
July 8, 2011

Hi there,

Our development team recently came across the same bug building a custom component.

We are using Flex 4.5 sdk.

Was this bug ever rectified with adobe for the new Flex 4.5 sdk?

Regards

Ryan

Peter_deHaan
Participating Frequently
June 9, 2009

Nick,

Good catch. I believe that would be a RichText/Flex SDK bug.

Can you please file a bug report at http://bugs.adobe.com/flex/ and attach your test case and the Flex SDK team can take a look.

(Or let me know if you want me to file it for you and post the bug number here -- I see your app has ViewSource enabled, so I have your test case -- yay.)

Thanks,

Peter deHaan

Flex SDK Team | Adobe Systems Inc

Nick KuhAuthor
Participating Frequently
June 9, 2009

Hey Peter

Sure thing:

https://bugs.adobe.com/jira/browse/SDK-21706

Nick