ICEfaces
  1. ICEfaces
  2. ICE-10705

auctionMonitor - Push updates fail if more than one window is open

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-3.3.0.GA_P02
    • Fix Version/s: 4.1, EE-3.3.0.GA_P04
    • Component/s: Bridge, Sample Apps
    • Labels:
      None
    • Environment:
      EE-3.3.0.GA P02/ P03
      Browsers: all
      Server: Tomcat7
    • Assignee Priority:
      P2

      Description

      If auctionMonitor is opened in more than 1 browser window, bids placed on the first opened window update with information also the second window, however bids placed on the last opened window are not pushed to the first window.

      Steps:
      - open auctionMonitor in 2 separate browser windows (w1) and (w2), as example in IE11.
      - w1: place a bid on first item -> number of bids and price for the first item is updated on w1 and w2.
      - w2: place a bid on the second item (can be any item) -> number of bids and price for the second item is updated on w2, but not on w1.

        Activity

        Hide
        Mircea Toma added a comment -

        This is a regression introduced by ICE-10555 .

        Show
        Mircea Toma added a comment - This is a regression introduced by ICE-10555 .
        Hide
        Mircea Toma added a comment -

        Change Slot construct to be backed by localStorage (instead of sessionStorage). This basically reverts the changes made for ICE-10555.

        Show
        Mircea Toma added a comment - Change Slot construct to be backed by localStorage (instead of sessionStorage). This basically reverts the changes made for ICE-10555 .
        Hide
        Mircea Toma added a comment -

        Use cookie based implementation for inter-window notification when IE8 or less is detected. IE8 does have HTML5 local storage implemented but it is way to crippled to make use of it.

        Show
        Mircea Toma added a comment - Use cookie based implementation for inter-window notification when IE8 or less is detected. IE8 does have HTML5 local storage implemented but it is way to crippled to make use of it.

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Carmen Cristurean
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: