on(dom.byId('search_input'), "keyup", function (event) { console.log(event); });
Thank you so much. I had same problem and didn't know how to fix it. After struggling it over a week, I was finally able to fix it following your instruction. I had no idea that other tag caused the problem just for IE. I really appreciate you posted this. Thanks~!!