Canceling the eventchain for the keyboard event by setting the cancelBubble property on the EVENT object to true
将 EVENT 对象的 cancelBubble 属性设置为 true,取消键盘事件的事件链
2
This event's position in the eventchain makes it very important for binding child controls to data sources or for setting a form property that can be inherited by all child controls.