I have a portlet application that works flawlessly in Firefox and Chrome, but is bombing out in IE 8 and 9, BUT only if I have 5 or more instances of the portlet on the portal page. If there are 4 or less instances of the portlet on the page, it works fine in IE too.
The error I see when I have 5+ instances of the portlet on the page is:
SCRIPT87: Invalid argument. jquery-1.5.2.min.js, line 16 character 25442
该法典使用jQuery和少数pl,即jqGrid。 这里是我迄今为止为解决这一问题所尝试的,其中没有任何一项改变:
- Upgraded the jQuery and jQuery-UI libraries. The code uses 1.5.2 and 1.7.2 respectively. Upgrading to the latest versions made no difference.
- Upgraded the jqGrid library. The code uses version 4.1.2. Upgrading to 4.3.2 made no difference.
- Upgraded the bgiframe plug-in. The code uses version 2.1. Upgrading to 2.1.3 made no difference.
由于独立实体是独立实体,很难想象正在发生什么。
是否有任何人先看到这种行为,或对可能发生的事情有任何想法?
最新资料:
在大韩民国,我已经用未经排雷的卷宗取代了jQuery档案的精彩版本。 这里的错误是,我在第8版的网页上有5+小页:
Message: Invalid argument.
Line: 2105
Char: 5
Code: 0
URI: https://nasa-iceint.nasa.gov/portal/ice-theme/js/jquery-1.5.2.js
这里是贵族档案中的相关法典:
if ( set ) {
// convert the value to a string (all browsers do this but IE) see #1070
elem.setAttribute( name, "" + value );
}
任何想法?