-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
7.0.5.2
-
The problem exist with lastest chrome and lastest firefox at less.
OS : Mac OS and Windows
Have a problem with the autofill of Chrome or Firefox. They just don't work with any version ok Zk 7.
I create a very basic form.
I write my name.
Chrome google realize autofill of my form...
Values of my fields are in the DOM but the javascript's event for bind my data just not happen ...
If I simulate an event 'onChange' my binding works.
(zAu.send(new zk.Event(zk.Widget.$('$idOfMyTextBox'),"onChange",
{'value':'test!!','start':6})) )
Here the zkfiddle :http://zkfiddle.org/sample/1angdeg/3-Autofill-problem