似乎在所有浏览器中都没有在容器元素(例如DIV
)上触发focusOut。我在IE11中进行了测试,但它使用了最新的Chrome,事件没有被解雇。
此示例显示了我要查找的内容:http://emberjs.jsbin.com/xeyasane/1/
答案 0 :(得分:2)
focusOut
通常不用于div
元素(尽管我已经看到了一些hack实现......)。如果您使用tagName: 'input'
注册视图,它将按预期工作。
以下是使用focusOut:http://emberjs.jsbin.com/xeyasane/4/edit
的jsbin的工作版本以下是Ember事件名称列表:http://emberjs.com/api/classes/Ember.View.html#toc_event-names