[
https://issues.jboss.org/browse/GTNPORTAL-2908?page=com.atlassian.jira.pl...
]
Trong Tran updated GTNPORTAL-2908:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 3.7.0.Final
Resolution: Done
Javascript bug on IE if there are portlet extra markup headers
--------------------------------------------------------------
Key: GTNPORTAL-2908
URL:
https://issues.jboss.org/browse/GTNPORTAL-2908
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: WebUI
Affects Versions: 3.6.0.Beta01
Reporter: Vu Viet Phuong
Assignee: Vu Viet Phuong
Fix For: 3.7.0.Final
Original Estimate: 3 hours
Remaining Estimate: 3 hours
there is one problem with JS code of PortalHttpRequest.js
{code}
for () {
var script = ...
script.onreadystatechange = function () {
if (/loaded|complete/.test(script.readyState)) {
script.onreadystatechange = null;
appendScript.apply(that);
}
};
}
{code}
"script" variable should not be used in the callback function, it's always
be the last element of the loop.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira