I made some changes to some form element labels and form business rules that affect custom elements to reflect changes in management structure here at my company . Since then, in fields where there exists the quick lookup search box, as soon as one enters the field (onFocus), it appears that the (onChange) event appears to fire, and the quick lookup shows all the records in the selected defined view. Please note that nothing was typed in the field before the quick search form appeared, only the field with the search box was selected with the mouse.
I have a test system with a similar form that was not updated. In that system, the form operates normally.
Both forms have javascript based form libraries. Though I didn't modify that code, I compared the two versions, and there is no difference.
Does anyone have any idea how to go about troubleshooting this?