Kevincosme / flexlib

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

propmting textinput value not committed on change #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a binding function that passed in the text of a prompting input
2. trace the text when it fires
3. Change the text in the prompting input

What is the expected output? What do you see instead?
I expected the binding to immediately get the new text, I didn't get the new 
text until I clicked on 
and off of another component.

What version of the product are you using? On what operating system?
1.9, osx

Please provide any additional information below.

Original issue reported on code.google.com by joli...@gmail.com on 11 Jul 2007 at 6:23

GoogleCodeExporter commented 8 years ago
I don't get the same result if I use ChangeWatcher.watch() to watch the text 
property
of a PromptingTextInput. I get the correct value reported on each change event. 

Tested on flexlib version .1.9 on OSX.

I'm marking this as invalid. If someone can reproduce we will re-open this 
issue.

Original comment by dmcc...@gmail.com on 9 Sep 2007 at 12:43

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 25 Dec 2007 at 2:28