ICEfaces
  1. ICEfaces
  2. ICE-3242

server-side update not pushed to client

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7, 1.7.1
    • Fix Version/s: 1.7.2
    • Component/s: None
    • Labels:
      None
    • Environment:
      any

      Description

      In the listener method of the attached test case a custom thread is initiated which has a sleep time of 1 sec. When the user clicks on the launch button on the jsp page the popup will be rendered, but not be closed after this period of time. If the sleep time is set to 3 secs instead it will be properly closed after this time.

        Activity

        Hide
        Michael Thiem added a comment -

        tested on tomcat 5.5.23

        Show
        Michael Thiem added a comment - tested on tomcat 5.5.23
        Hide
        Mircea Toma added a comment -

        Pick any updates that might be generated in between bridge re-initialization.

        Show
        Mircea Toma added a comment - Pick any updates that might be generated in between bridge re-initialization.
        Hide
        Mircea Toma added a comment -

        Issue description:

        • update for 'body' element generated
        • bridge notified about updated view
        • bridge gets update
        • new async. update triggered
        • bridge notified about new update
        • bridge instance disposed
        • new bridge instance created by the javascript included in the update
        • new bridge misses notification about view updates because previous instance got the notification
        Show
        Mircea Toma added a comment - Issue description: update for 'body' element generated bridge notified about updated view bridge gets update new async. update triggered bridge notified about new update bridge instance disposed new bridge instance created by the javascript included in the update new bridge misses notification about view updates because previous instance got the notification
        Hide
        Mircea Toma added a comment -

        Fix iframe lookup for Firefox. Disable lookup on shutdown.

        Show
        Mircea Toma added a comment - Fix iframe lookup for Firefox. Disable lookup on shutdown.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: