【发布时间】:2013-01-31 18:45:43
【问题描述】:
我在 IE8 中使用 jQuery 1.7.2、1.8.0 或 1.8.3 时遇到问题。该网页在 Chrome、Firefox、IE9、Safari 和 Opera 中运行良好。
在IE8下开发者工具提示如下错误:
Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus
此错误发生在 jQuery 1.8.0 和 1.8.3 中的第 2973 行(在 1.7.2 中为第 3242 行):elem[ type ](); 存在于 trigger 函数中。
我该如何解决这个问题?或者至少知道是哪个trigger 执行导致了这个问题。
任何提示将不胜感激。
【问题讨论】:
标签: javascript jquery internet-explorer-8