I have been working for months on converting an ASP classic app to MVC 3. This new version needs to run on FF and Ipad Safari.
one of the things we found was the user of just the Name attribute for controls such as input and so forth. This works fine in IE and some other browsers. But Safari chokes on this. The solution is to make the Name and the ID the same and then all the browsers are happy.