Status: New Owner: ---- Labels: Type-Defect Priority-Medium YUI
New issue 1095 by lucas.e.smith: anchor tags do not support blur() http://code.google.com/p/google-caja/issues/detail?id=1095 What steps will reproduce the problem? 1. <a id="a" href="#">foo</a> 2. document.getElementById("a").onclick = function (e) { e.preventDefault(); this.blur(); } What is the expected output? What do you see instead? Error "callMethod: <A> has no method blur" Is this just a whitelist issue? This affects the operation of YUI Calendar. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
