I am currently writing a web site which must be compatible with all browsers including IE back to version 6.
I was wondering about compatibility issues with these two events in particular: I am using them with a input tag with type 'text'.
- OnBlur
- OnChange
Searching has found mixed responses and an incomplete list.
Specifically, the question is:
- Are there any known issues with the above two events (could be expanded to other HTML events)?
- If so, what methods can be used to work around these issues?
Any help much appreciated :)
Summary: Thank you very much for your responses.
Dan, you are spot on that there are some known issues with IE around some HTML input controls. Thanks for the summary and the link to Quirkmode, just the site I have been looking for. Frameworks are the way to go to solve browser compatibility issues.
And thanks Nimbuz and Alex, for your answers: Nimbuz, I can use that and the .change() event in jQuery to do what I want and sleep sound knowing it will be compatible.
Thanks for enlightening me on alternative frameworks including dojo Alex, it is nice to know there are options when developing!
Thanks again :)