wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Binding 'prompt' property of PromptingTextInput also sets 'text' property #304

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create mxml application
2. Declare PromptingTextInput control
3. Create a private const string variable with some text in it that
includes \r and \t
4. Set the prompt property of the PromptingTextInput control to the string
declared in step 3.
5. Run the application and inspect the prompt and text properties of the
control

What is the expected output? 
text property should be empty

What do you see instead?
text property shows the same as prompt but without \r and \t characters

What version of the product are you using? On what operating system?
Latest as of today. Mac OS 10.6.3

Please provide any additional information below.

Original issue reported on code.google.com by da.s...@gmail.com on 11 May 2010 at 5:22