Hi, I'm working on a utility module, and seeing something I can't explain. The module has an error message which is processed in the usual way: Module_Utility_Validate() checks some variables, and if necessary, it makes a call to FieldError() to display a message. The problem is that the message is coming up at times when it shouldn't. Sometimes it even comes up when I click to another tab, when I never touched the Update button.
I realize that the module has a bug, but that seems very strange to me. Why would Module_Utility_Validate() or FieldError() be called, just by the act of clicking to another tab?
I know that the admin pages have gotten a lot more complex since v9. Apparently all the values for form fields are passed in with Javascript, instead of just being rendered as part of the HTML like they used to. Maybe that has something to do with this?
Thanks --
I realize that the module has a bug, but that seems very strange to me. Why would Module_Utility_Validate() or FieldError() be called, just by the act of clicking to another tab?
I know that the admin pages have gotten a lot more complex since v9. Apparently all the values for form fields are passed in with Javascript, instead of just being rendered as part of the HTML like they used to. Maybe that has something to do with this?
Thanks --
Comment