Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-537

Setting name in configurePopup tag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • v1m1
    • v1m1
    • NetUI
    • None

    Description

      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

      Attachments

        1. jira537.ZIP
          2 kB
          Julie Zhuo

        Activity

          People

            jzhuo Julie Zhuo
            jzhuo Julie Zhuo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: