myhere/Vimlike-Shortcuts

element's target attribute

myhere opened this issue · 1 comments

情况下,获取 ele.getAttribute 不正确

firefox 阻止 document.createEvent 事件,在 firefox 是通过 location.href 和 window.open 实现的 click(f按键),
这时候如果设置了 <base target="_blank" />,ele.getAttribute 获取不到,需要单独获取下

opera 本身不支持 <base target="_blank" />,document.createEvent 也不支持,对这种情况没有做单独处理