ICEfaces
  1. ICEfaces
  2. ICE-5495

dataExporter not working on component showcase in IE browsers

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2, 1.8.2-EE-GA
    • Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
    • Component/s: Sample Apps
    • Labels:
      None
    • Environment:
      IE7/8

      Description

      The dataExporter demo is not working in IE7/8 browsers. Popups are set to be allowed. When the link is clicked to download a window appears for a second a "blip" sound occurs and the window disappears. No errors are thrown.

        Activity

        Hide
        Adnan Durrani added a comment -

        I have tested trunk component-showcase with IE8 and it is working fine, I can see the download dialogue when clicking on dataExporter link.

        Show
        Adnan Durrani added a comment - I have tested trunk component-showcase with IE8 and it is working fine, I can see the download dialogue when clicking on dataExporter link.
        Hide
        Ken Fyten added a comment -

        Neither Adnan nor I can reproduce this issue with IE8 and IE7.

        Show
        Ken Fyten added a comment - Neither Adnan nor I can reproduce this issue with IE8 and IE7.
        Hide
        Ken Fyten added a comment -

        I was able to reproduce this with IE7.

        Previously I erroneously tested the outputResource demo, not the dataExporter. The dataExporter works correctly for me on IE7 if I have the popup blocker enabled. However, with the popup blocker disabled, it does not display the dialog to select the location to download to.

        Show
        Ken Fyten added a comment - I was able to reproduce this with IE7. Previously I erroneously tested the outputResource demo, not the dataExporter. The dataExporter works correctly for me on IE7 if I have the popup blocker enabled. However, with the popup blocker disabled, it does not display the dialog to select the location to download to.
        Hide
        Arran Mccullough added a comment -

        I can reproduce this issue in a non-component showcase example as well.

        Show
        Arran Mccullough added a comment - I can reproduce this issue in a non-component showcase example as well.
        Hide
        Adnan Durrani added a comment -

        Its seems like that its not a regression, and you can reproduce the same behavior with 1.8.2. This problem is identified in past under the following JIRA:
        http://jira.icefaces.org/browse/ICE-4955

        So work around is to hold the Ctrl key while clicking the download link.

        IE6 and IE7 doesn't open the popup until event is initiated by the user. In dataExporter case clicking on a link causes JSF life cycle to be executed, and then our bridge makes a call of window.open that is why IE6 and 7 blocks it.

        Show
        Adnan Durrani added a comment - Its seems like that its not a regression, and you can reproduce the same behavior with 1.8.2. This problem is identified in past under the following JIRA: http://jira.icefaces.org/browse/ICE-4955 So work around is to hold the Ctrl key while clicking the download link. IE6 and IE7 doesn't open the popup until event is initiated by the user. In dataExporter case clicking on a link causes JSF life cycle to be executed, and then our bridge makes a call of window.open that is why IE6 and 7 blocks it.

          People

          • Assignee:
            Unassigned
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: