我在 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
执行导致了这个问题。
任何提示将不胜感激。