Topic: Text Field value attribute not being changed...
There seems to be a possible bug in how url's are returned to text fields in the newest version.
Under the old version we had a text field that would make an onChange call whenever the filemanager returned a value to it, and it worked fine. Under the newest version the "text" of the url shows up in the text field, but the value attribute doesn't get changed and therefor the onChange call never happens.
We wanted to use the onChange function verses a onInsert call within the browse call because we needed to send through other script based parameters.
We have tried this with both the mcFilemanager.browse and .open calls, and get the same results with both.
Thanks!