[ http://issues.apache.org/jira/browse/BEEHIVE-537?page=all ]
     
Julie Zhuo closed BEEHIVE-537:
------------------------------


Closed as invalid. In JavaScript womdow.open(url, name, features), the name 
attribute string parameter should not contain any blank space. it does not 
specify the title of the new window.

> Setting name in configurePopup tag
> ----------------------------------
>
>          Key: BEEHIVE-537
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-537
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo
>      Fix For: V1
>  Attachments: jira537.ZIP
>
> Setting the name attribute in configurePopup in the following cases cause 
> different effect.
> Case 1: 
>        <netui:anchor action="goNested" popup="true">
>             <netui:configurePopup name="My Popup Window" width="200" 
> height="100" 
>                                              resizable="true" 
> scrollbars="true"/>
>              goNested in popup
>         </netui:anchor>
> Case 2:
>        <netui:anchor action="goNested" popup="true">
>             <netui:configurePopup name="MyPopupWindow" width="200" 
> height="100" 
>                                              resizable="true" 
> scrollbars="true"/>
>              goNested in popup
>         </netui:anchor>
> Notice case 1 has space in the name.
> Expected: Both cases should launch the nested flow in a popup window with the 
> name appearinig in the popup window title bar.
> Actual: Case 1 does not launch popup at all in IE5, but it is ok with 
> Firefox1.0.
>         Case 2 Launch the popup, but the name does not appearing in the title 
> bar.
> Repro: Unzip the repor page flow, put it in a webapp template (netui-blank). 
> Compile and deploy the webapp. Browse to 
> http://localhost:8080/webapp/configurePopup/Controller.jpf

-- 
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

Reply via email to