[gatein-issues] [JBoss JIRA] (GTNPORTAL-2908) Javascript bug on IE if there are portlet extra markup headers

Trong Tran (JIRA) jira-events at lists.jboss.org
Fri Sep 27 03:25:02 EDT 2013


     [ https://issues.jboss.org/browse/GTNPORTAL-2908?focusedWorklogId=12429906&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-12429906 ]

Trong Tran logged work on GTNPORTAL-2908:
-----------------------------------------

                Author: Trong Tran
            Created on: 27/Sep/13 3:25 AM
            Start Date: 27/Sep/13 3:24 AM
    Worklog Time Spent: 3 hours 

Issue Time Tracking
-------------------

    Remaining Estimate: 0 minutes  (was: 3 hours)
            Time Spent: 3 hours
            Worklog Id:     (was: 12429906)


> 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
>          Time Spent: 3 hours
>  Remaining Estimate: 0 minutes
>
> 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


More information about the gatein-issues mailing list