ICEfaces
  1. ICEfaces
  2. ICE-7590

CLONE -submit broken after link window.open() navigation in IE

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 1.6
    • Fix Version/s: 1.6.1
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      win xp

      Description

      If you use a link to open a new window in IE:

      <a href="javascript:void(window.open('/Forum-5165/second.jspx', 'secondWindow', 'location=0,menubar=0,resizable=0,width=500,height=450,scrollbars=1'))">Link </a>

      This will open a new window. If you go back to the first page in IE, the submits are broken and the page will be non-functional. Works ok in Firefox

        Activity

        Hide
        Dew Ghosh added a comment -

        Is there any solution to this,my style class is dynamic and I won't be able to use <a></a>

        <ice:commandButton value="Data Entry" styleClass="#

        {workflowDiagBean.deStyle}

        " disabled="#

        {!workflowDiagBean.deEnable}

        " onclick="window.open('jsp/home/history.jspx','popUpWindow','height=500,width=650,left=60,top=60,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no');"/>

        Show
        Dew Ghosh added a comment - Is there any solution to this,my style class is dynamic and I won't be able to use <a></a> <ice:commandButton value="Data Entry" styleClass="# {workflowDiagBean.deStyle} " disabled="# {!workflowDiagBean.deEnable} " onclick="window.open('jsp/home/history.jspx','popUpWindow','height=500,width=650,left=60,top=60,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no');"/>
        Hide
        Ken Fyten added a comment -

        Please update the Affects Version and attach a simple test case.

        Show
        Ken Fyten added a comment - Please update the Affects Version and attach a simple test case.
        Hide
        Dew Ghosh added a comment -

        Thanks Ken for the quick response.

        Instead of using window.open() onclick event I am using <ice:panelPopup/>.

        Regards,
        Dew Ghosh

        Show
        Dew Ghosh added a comment - Thanks Ken for the quick response. Instead of using window.open() onclick event I am using <ice:panelPopup/>. Regards, Dew Ghosh

          People

          • Assignee:
            Unassigned
            Reporter:
            Dew Ghosh
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: