对于Chrome和Firefox中的非表单元素,不会为<h:form>调用onKeyPress </h:form>

时间:2013-02-05 07:36:29

标签: javascript jquery jsf google-chrome cross-browser

我有一个类似于

的JSF表单
<h:form onKeyPress = "handleKeyPress(event,someID);">
<h:panelgrid>
etc etc
</h:panelgrid>
</h:form>

这在IE中完美运行,但在Chrome和Firefox中,它仅针对命令链接,输入但不是“td”等元素调用。 这意味着,如果我的表单有一个段落,表格等,那么应该为IE中的所有元素调用这个onKeyPress。为什么不在Chrome和Firefox中调用它? 同时我会在jquery中尝试这个。

0 个答案:

没有答案