Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-865

IE9: Can't create External connection

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 6.1.0
    • None
    • BAM
    • Windows 2008, Internet Explorer 9

    • Release Notes
    • ER3
    • +
    • Hide
      Cause:

      Only in IE9 seems that when using innerHTML method, it evaluates the scripts found in the html code to insert, this behavior not happens in other IE versions (8, 10,11) neither Chrome/Safari.

      So all the script tags inserted in the ajax refreshed portlet, in IE9, are executed twice: once when using innerHTML (attach the http response to a DOM element) and further when adding the new DOM element into the existing DOM tree (appendChild).

      Consequence:

      Both setAjax and refreshPanel javascript functions were called twice, producing some unexpected errors.

      Fix:

      Control that both setAjax and refreshPanel javascript functions are only executed once per ajax request.

      Result:

      As functions are called just once,no unexpected results appear.
      Show
      Cause: Only in IE9 seems that when using innerHTML method, it evaluates the scripts found in the html code to insert, this behavior not happens in other IE versions (8, 10,11) neither Chrome/Safari. So all the script tags inserted in the ajax refreshed portlet, in IE9, are executed twice: once when using innerHTML (attach the http response to a DOM element) and further when adding the new DOM element into the existing DOM tree (appendChild). Consequence: Both setAjax and refreshPanel javascript functions were called twice, producing some unexpected errors. Fix: Control that both setAjax and refreshPanel javascript functions are only executed once per ajax request. Result: As functions are called just once,no unexpected results appear.

    Description

      Description of problem:
      Similar to bug #1127150 the panel for creation of External Connections (Data Source manager) is also broken.
      When creating connection (both JNDI or JDBC-based) the buttons Check DataSource and Save do not take user to the list of connections, but instead take him back to the place where he has to select type of the data source.

      Observe example interaction in the video when I am unable to create (admittedly wrongly configured - but this works on other browsers) any external connection

      Version-Release number of selected component (if applicable):
      BPMS 6.1.0 DR1 + Internet Explorer 9

      How reproducible:
      Always

      Attachments

        Activity

          People

            romartin@redhat.com Roger Martinez
            jhrcek Jan Hrcek (Inactive)
            Jan Hrcek Jan Hrcek (Inactive)
            Jan Hrcek Jan Hrcek (Inactive)
            Kris Verlaenen, Rajesh Rajasekaran
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: