ICEfaces
  1. ICEfaces
  2. ICE-2864

iframe fix for selectInputText has extra slash in the iframe URL

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6.2, 1.7Beta1
    • Fix Version/s: 1.6.3, 1.7RC1, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      IE 6

      Description

      From Ryan Dawson:

      ICE-2065 had been marked as closed but the fix arrived at was not adequate. selectInputText is still causing the secure and nonsecure items warning in IE6. This is because it uses an iframe with a src attribute set to an invalid url (it contains a double forward-slash - '//').

      The fix is a small change to line 4931 of ice-extras.js.
      "src=\""+configuration.connection.context+"/xmlhttp/blank\"
      Should be:
      "src=\""+configuration.connection.context+"xmlhttp/blank\"

        Activity

          People

          • Assignee:
            Unassigned
            Reporter:
            yip.ng
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: