Kevincosme / flexlib

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

AdvancedForm isValid not updated #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a form with AdvancedForm and a TextInput
2. Add a string validator
3. If the string is invalid, the isValid is false the first time and true
the second time it gets called.

"What is the expected output? What do you see instead?"
isValid should be false allways if the validation is not ok.

"What version of the product are you using? On what operating system?"
Windows XP, Flex Builder 2.01

Original issue reported on code.google.com by pat...@medieteknik.se on 27 Mar 2007 at 3:10

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 30 Jun 2007 at 11:20

GoogleCodeExporter commented 8 years ago
dup #25

Original comment by tom.chiv...@gmail.com on 6 Nov 2007 at 11:14

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 26 Dec 2007 at 11:42

GoogleCodeExporter commented 8 years ago
I have the save problem: I have a button whose enabled property is bound to
form.isValid && formModified (where formModified is a Bindable variable of my 
own to
track changes) and it seems that isValid remains true even though I enter 
invalid
data in some fields.

Original comment by sebastie...@gmail.com on 24 Sep 2008 at 9:55