You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/02/24 01:42:49 UTC

[jira] Created: (BEEHIVE-350) Popup window parameters not being passed to custom popup javascript function

Popup window parameters not being passed to custom popup javascript function
----------------------------------------------------------------------------

         Key: BEEHIVE-350
         URL: http://issues.apache.org/jira/browse/BEEHIVE-350
     Project: Beehive
        Type: Bug
    Versions: V1Beta    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: V1Beta


Consider the following anchor tag, which is configured to open a popup window using a custom javascript function ("pop"):

---
    <netui:anchor action="goNested" popup="true">
        popup a nested page flow
        <netui:configurePopup popupFunc="pop" width="200" height="100"/>
    </netui:anchor>

    ...

    <script language="JavaScript" type="text/JavaScript">
    <!--

    function pop(url, windowName, features, replaceInHistory)
    {
        // do something with these values
    }
    -->
    </script>
---

The function does not receive any of the expected values -- basically, it's called with an empty argument list.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-350) Popup window parameters not being passed to custom popup javascript function

Posted by "Julie Zhuo (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-350?page=all ]
     
Julie Zhuo closed BEEHIVE-350:
------------------------------


Verified fixed at rev169829.

> Popup window parameters not being passed to custom popup javascript function
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-350
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-350
>      Project: Beehive
>         Type: Bug
>     Versions: V1Beta
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>      Fix For: V1Beta

>
> Consider the following anchor tag, which is configured to open a popup window using a custom javascript function ("pop"):
> ---
>     <netui:anchor action="goNested" popup="true">
>         popup a nested page flow
>         <netui:configurePopup popupFunc="pop" width="200" height="100"/>
>     </netui:anchor>
>     ...
>     <script language="JavaScript" type="text/JavaScript">
>     <!--
>     function pop(url, windowName, features, replaceInHistory)
>     {
>         // do something with these values
>     }
>     -->
>     </script>
> ---
> The function does not receive any of the expected values -- basically, it's called with an empty argument list.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-350) Popup window parameters not being passed to custom popup javascript function

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-350?page=history ]
     
Rich Feit resolved BEEHIVE-350:
-------------------------------

     Assign To: Jason Dunckley  (was: Rich Feit)
    Resolution: Fixed

Fixed with revision 155291.

> Popup window parameters not being passed to custom popup javascript function
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-350
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-350
>      Project: Beehive
>         Type: Bug
>     Versions: V1Beta
>     Reporter: Rich Feit
>     Assignee: Jason Dunckley
>      Fix For: V1Beta

>
> Consider the following anchor tag, which is configured to open a popup window using a custom javascript function ("pop"):
> ---
>     <netui:anchor action="goNested" popup="true">
>         popup a nested page flow
>         <netui:configurePopup popupFunc="pop" width="200" height="100"/>
>     </netui:anchor>
>     ...
>     <script language="JavaScript" type="text/JavaScript">
>     <!--
>     function pop(url, windowName, features, replaceInHistory)
>     {
>         // do something with these values
>     }
>     -->
>     </script>
> ---
> The function does not receive any of the expected values -- basically, it's called with an empty argument list.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-350) Popup window parameters not being passed to custom popup javascript function

Posted by "Jason Dunckley (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-350?page=history ]

Jason Dunckley reassigned BEEHIVE-350:
--------------------------------------

    Assign To: Julie Zhuo  (was: Jason Dunckley)

> Popup window parameters not being passed to custom popup javascript function
> ----------------------------------------------------------------------------
>
>          Key: BEEHIVE-350
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-350
>      Project: Beehive
>         Type: Bug
>     Versions: V1Beta
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>      Fix For: V1Beta

>
> Consider the following anchor tag, which is configured to open a popup window using a custom javascript function ("pop"):
> ---
>     <netui:anchor action="goNested" popup="true">
>         popup a nested page flow
>         <netui:configurePopup popupFunc="pop" width="200" height="100"/>
>     </netui:anchor>
>     ...
>     <script language="JavaScript" type="text/JavaScript">
>     <!--
>     function pop(url, windowName, features, replaceInHistory)
>     {
>         // do something with these values
>     }
>     -->
>     </script>
> ---
> The function does not receive any of the expected values -- basically, it's called with an empty argument list.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira