You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "C.C.H. Weinberg (JIRA)" <ji...@apache.org> on 2009/02/10 10:59:08 UTC

[jira] Created: (WICKET-2095) error in modal.js wrong use of typeof

error in modal.js wrong use of typeof
-------------------------------------

                 Key: WICKET-2095
                 URL: https://issues.apache.org/jira/browse/WICKET-2095
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.3.5
         Environment: javascript language error so any enviroment
            Reporter: C.C.H. Weinberg


error in javascript code

line 780: 
if (typeof(this.oldParent != "undefined")) -> if (typeof(this.oldParent) != "undefined")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-2095) error in modal.js wrong use of typeof

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-2095:
-------------------------------------

    Assignee: Matej Knopp

> error in modal.js wrong use of typeof
> -------------------------------------
>
>                 Key: WICKET-2095
>                 URL: https://issues.apache.org/jira/browse/WICKET-2095
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5
>         Environment: javascript language error so any enviroment
>            Reporter: C.C.H. Weinberg
>            Assignee: Matej Knopp
>         Attachments: typeof_error_v1.patch
>
>
> error in javascript code
> line 780: 
> if (typeof(this.oldParent != "undefined")) -> if (typeof(this.oldParent) != "undefined")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WICKET-2095) error in modal.js wrong use of typeof

Posted by "C.C.H. Weinberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

C.C.H. Weinberg updated WICKET-2095:
------------------------------------

    Attachment: typeof_error_v1.patch

> error in modal.js wrong use of typeof
> -------------------------------------
>
>                 Key: WICKET-2095
>                 URL: https://issues.apache.org/jira/browse/WICKET-2095
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5
>         Environment: javascript language error so any enviroment
>            Reporter: C.C.H. Weinberg
>         Attachments: typeof_error_v1.patch
>
>
> error in javascript code
> line 780: 
> if (typeof(this.oldParent != "undefined")) -> if (typeof(this.oldParent) != "undefined")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-2095) error in modal.js wrong use of typeof

Posted by "Matej Knopp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2095?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-2095.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-RC3
                   1.3.6

Applied to 1.3 branch and trunk

> error in modal.js wrong use of typeof
> -------------------------------------
>
>                 Key: WICKET-2095
>                 URL: https://issues.apache.org/jira/browse/WICKET-2095
>             Project: Wicket
>          Issue Type: Bug
>    Affects Versions: 1.3.5
>         Environment: javascript language error so any enviroment
>            Reporter: C.C.H. Weinberg
>            Assignee: Matej Knopp
>             Fix For: 1.3.6, 1.4-RC3
>
>         Attachments: typeof_error_v1.patch
>
>
> error in javascript code
> line 780: 
> if (typeof(this.oldParent != "undefined")) -> if (typeof(this.oldParent) != "undefined")

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.