// First check, for if Firefox fixes its issue with el.oninput = function
el.setAttribute("oninput","return");
if (typeofel.oninput=="function"){
returntrue;
}
// Second check, because Firefox doesn't map oninput attribute to oninput property
try{
// "* Note * : Disabled focus and dispatch of keypress event due to conflict with DOMready, which resulted in scrolling down to the bottom of the page, possibly because layout wasn't finished rendering.