jiangtiandao / flexlib

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

You can't remove prompt dinamicly on PromptingTextInput (and PromptingTextArea) #274

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set a prompt value ("foo") on PromptingTextInput 
2. Set an empty string prompt value on PromptingTextInput after
3.

What is the expected output? What do you see instead?
If prompt is set to an empty string must be hidden but prompt keeps the 
last value ("foo").  

What version of the product are you using? On what operating system?
the last version on windows

Please provide any additional information below.
The bug can be corrected on line 189 for PromptingTextInput and line 193 in 
 PromptingTextArea with removing [_prompt != ""] test on if condition.

Original issue reported on code.google.com by jonathan...@gmail.com on 27 Jan 2010 at 9:11

GoogleCodeExporter commented 8 years ago

Original comment by olarivain@gmail.com on 29 Mar 2010 at 1:26