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
Assigned to: Rich Feit
Fix For: V1
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.
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