ICEfaces
  1. ICEfaces
  2. ICE-2939

ice:outputLink opens a new window in IE instead of showing content in frame

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7Beta1, 1.7RC1
    • Fix Version/s: 1.7.1
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      any
    • Workaround Description:
      Hide
      Modify frame's location dynamically. In menu.jspx do:
      .....
      <a href="#" onclick="window.parent.frames['f1'].location = './contact.iface'">
         New Contact
      </a>
      .....
      Show
      Modify frame's location dynamically. In menu.jspx do: ..... <a href="#" onclick="window.parent.frames['f1'].location = './contact.iface'">    New Contact </a> .....

      Description

      the following use case can be reproduced by the attached demo application:

      1. Click the "New Contact" link in the left frame.
      2. The input page is displayed in the right frame.
      3. Fill in the first name and last name
      4. Then click the "Submit" button.
      5. The submitted data will be displayed in the right frame.
      6. Then click the "New Contact" link again. This time the input page is not displayed in the right frame. Instead it is displayed in a new window.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #16609 Thu May 08 15:31:07 MDT 2008 mircea.toma Backport fixes for ICE-2939
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/bridge/src/command.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #16541 Tue Apr 29 12:17:50 MDT 2008 mircea.toma Define new variable when iterating over object properties.
        ICE-2939
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/bridge/src/command.js

          People

          • Assignee:
            Unassigned
            Reporter:
            Michael Thiem
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: