[ https://issues.apache.org/jira/browse/FLEX-26916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tony Stevenson updated FLEX-26916: ---------------------------------- Attachment: Screen Shot 2012-07-12 at 21.39.52.png > [TLF 2820847] Bindable values not updated in a TextFlow that contains a link > ---------------------------------------------------------------------------- > > Key: FLEX-26916 > URL: https://issues.apache.org/jira/browse/FLEX-26916 > Project: Apache Flex > Issue Type: Bug > Components: Spark: RichEditableText > Affects Versions: Adobe Flex SDK Previous > Environment: Affected OS(s): All OS Platforms > Affected OS(s): All OS Platforms > Language Found: English > Reporter: Adobe JIRA > Priority: Minor > Attachments: Screen Shot 2012-07-12 at 21.39.52.png > > > Steps to reproduce: > 1. Compile and run this application: > <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:s="library://ns.adobe.com/flex/spark"> > <fx:Script> > <![CDATA[ > [Bindable] public var bindableVariable:String = 'str'; > ]] > > > </fx:Script> > <s:controlBarContent> > <s:Button label="change bindableVariable" click="bindableVariable += > '+'" /> > </s:controlBarContent> > > <s:layout> > <s:VerticalLayout /> > </s:layout> > > <s:RichEditableText id="ret1" editable="false" selectable="false"> > <s:textFlow> > <s:TextFlow> > <s:p>Bindable variable is: {bindableVariable}</s:p> > </s:TextFlow> > </s:textFlow> > </s:RichEditableText> > > <s:RichEditableText id="ret2" editable="false" selectable="false"> > <s:textFlow> > <s:TextFlow> > <s:p>Bindable variable is: {bindableVariable} with link: <s:a > href="http://www.example.com/">www.example.com</s:a></s:p> > </s:TextFlow> > </s:textFlow> > </s:RichEditableText> > </s:Application> > 2. Click "change bindableVariable" button a few times > 3. > > Actual Results: > > The first textflow updates fine, but the second textflow doesn't > > Expected Results: > > Both textflows should update > > Workaround (if any): > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira