I have a form in single record with a file TEXT field.
I add OnBlur,OnChange, etc… events to it.
I change the field to an document filename field.
Then the events still exist and get triggered if I run the application.
So either leave the events on (my suggestion) when the field is an upload field OR dont run the code if it is an upload field.
This bug is easily repeatable…
Of course if I change the field BACK then there is no way I get my events back… Hence a serious! bug.
On a document upload field I can not make an ajax event. Too bad that once it has been made in text mode that it can NOT be deleted, hence I have to completely remake my app… You better keep allowing that
since it would be nice to catch events there as well.