History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-14438
Type: Bug Bug
Status: Closed Closed
Resolution: Deferred
Priority: C C
Assignee: Steven Erat
Reporter: Richard Rodseth
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Flex SDK

RichTextEditor vs Data Binding

Created: 01/24/08 10:28 AM   Updated: 02/01/08 11:38 AM
Component/s: mx: Rich Text Editor
Security Level: Public (All JIRA Users )

File Attachments: None
Image Attachments:

1. SDK-14438_Screenshot_Repro.png
(164 kb)

Severity: Non Functioning
Reproducibility: Every Time
Discoverability: Medium
Found in Version: SDK Flex2.0.1 - HotFix 3 (Released)
Affected OS(s): All OS Platforms
Steps to Reproduce:
As shown below, bind the htmlText property of a RichTextEditor to a variable, and update the variable when a change event occurs.
If you set the font size to 48, for example, and start typing, only the first character appears in 48-point.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="horizontal" viewSourceURL="srcview/index.html">

<mx:Script>
<![CDATA[
[Bindable]
public var contents:String = "";

private function handleChange(event:Event): void {
contents = editor.htmlText;
}
]]>

</mx:Script>

<mx:RichTextEditor id="editor" htmlText="{contents}" change="handleChange(event)"/>

</mx:Application>
 
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: No
QA Owner: Steven Erat
Resolved by: Lauren Park
Participants: Lauren Park, Richard Rodseth and Steven Erat
Browser: Firefox 2.x


 All   Comments      Sort Order:
Steven Erat - [01/25/08 10:59 AM ]
Reproduced in 3.0.0.256

Steven Erat - [01/25/08 11:13 AM ]
not a regression. Reproduced in Flex 2.01 final as well.

Lauren Park - [01/25/08 08:50 PM ]
Deferred.

Steven Erat - [02/01/08 11:38 AM ]
Closing as deferred