Hi I was stuck with a strange problem in ie7 and ie8 compatibility mode. I was getting "object doesn't support this property or method". On debugging I found that the Element.addMethods was not extending form and input elements(input,textarea,select). On changing it from
addMethods('FORM', {...}) to addMethods({...}), it just started working fine. I googled but could not find anything useful. Now things are working fine but I am not sure how much efficient it is. Has anybody run into anything similar regards Taha