ICEfaces
  1. ICEfaces
  2. ICE-8147

Mojarra JSF 2.1.8 / 2.1.9 Regressions

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 3.1.0.BETA1
    • Fix Version/s: 3.1
    • Component/s: QA, Sample Apps
    • Labels:
      None
    • Environment:
      ICEfaces3/trunk rev. 29153
      Browsers: IE7, Firefox3.6/12, Chrome19
      Server: Tomcat6
    • Assignee Priority:
      P1

      Description

      New failures:

      Firefox/Chrome:
      ICE-4317 Fails manually in Firefox (3.6/12) and Chrome: after entering text into text entry and selecting check boxes and radio buttons, when the 'Clear All' button is clicked, the text entry, the check boxes and the radio buttons are not cleared. Passes manually in IE only.

      ICE-3190 Fails manually in Firefox (3.6/12): after entering text in the text entries, clicking the 'Clean' button does not clear the text entry and the check box components. Test passes manually in IE and Chrome.

      ICE-2113 Fails manually: the modal popup panel renders as in attached image in FF and IE (2113.png), and clicking the 'Close' button on the modal popup panel does not un-check the check box, as expected by the test.

      Internet Explorer:
      ICE-3057 There is a rendering issue when clicking on the Tab1 tab pane (IE only), see attached 3057.png.
      ICE-1993 - fails in IE - city, state and country not rendered on page after selecting from the autocomplete drop down list.


      Sample Applications:
      1) elementUpdate:
      Firefox and Chrome: InputElementsCommon - times out waiting for Attribute after clicking on 'Class Name' button. Fails manually when testing common "className" attribute.

      2) auctionMonitor:
      Chrome:
      Rendering issue, when clicking to bid on an item a yellow rectangle renders, highlighting the first row in the table. This cannot be removed until clicking outside the bid table, as example to sort items by bids. Screenshot attached, auctionMonitor-render.png.

      Firefox:
      chat fails; first user that joins chat cannot send a message.

      Internet Explorer:
      chat fails, a JS error happens when user1 clicks to join chat. (attachment chat-IE.png)

      1. 2113.PNG
        29 kB
      2. 3057.PNG
        26 kB
      3. auctionMonitor-render.PNG
        52 kB
      4. chat-IE.PNG
        77 kB

        Activity

        Hide
        Cruz Miraback added a comment - - edited

        These are the additional ACE failures due to the Mojarra upgrade:

        New failures:
        Chrome / Firefox: tooltip, slider, resizable, pushButton, progressBar, panel, maskedEntry, notificationPanel, linkButton, draggableDroppable, dialog, dateTimeEntry, dataTable, dataExporter, checkboxButton

        (All ajax tests fail manually for the above componenets. The value inside the input text does not always get updated on the page when the ajax listener is called or when resetting the values)

        Test apps are located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly

        Show
        Cruz Miraback added a comment - - edited These are the additional ACE failures due to the Mojarra upgrade: New failures: Chrome / Firefox: tooltip, slider, resizable, pushButton, progressBar, panel, maskedEntry, notificationPanel, linkButton, draggableDroppable, dialog, dateTimeEntry, dataTable, dataExporter, checkboxButton (All ajax tests fail manually for the above componenets. The value inside the input text does not always get updated on the page when the ajax listener is called or when resetting the values) Test apps are located at: http://server.ice:8888/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly
        Hide
        Ken Fyten added a comment -

        The above failures are also reproducible using http://server.ice:8888/svn/ossrepo/icefaces3/scratchpads/ICE-8156, which is svn rvn #29500 (pre-dates resource loading changes) with Mojarra 2.1.9 (patched). So this would indicate that the patch does not resolve the issues above.

        Show
        Ken Fyten added a comment - The above failures are also reproducible using http://server.ice:8888/svn/ossrepo/icefaces3/scratchpads/ICE-8156 , which is svn rvn #29500 (pre-dates resource loading changes) with Mojarra 2.1.9 (patched). So this would indicate that the patch does not resolve the issues above.
        Hide
        Mircea Toma added a comment -

        I cannot run the ajax test of any of the mentioned test applications. The following exception is thrown on the server:

        javax.servlet.ServletException: /tooltipAjax.xhtml: Property 'ajaxEventListener' not found on type org.icefaces.tooltip.AjaxTestBean
        javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)

        root cause

        javax.el.ELException: /tooltipAjax.xhtml: Property 'ajaxEventListener' not found on type org.icefaces.tooltip.AjaxTestBean
        com.sun.faces.facelets.compiler.AttributeInstruction.write(AttributeInstruction.java:94)
        com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82)
        com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183)
        javax.faces.render.Renderer.encodeChildren(Renderer.java:168)
        org.icefaces.impl.renderkit.RendererWrapper.encodeChildren(RendererWrapper.java:49)
        javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)
        com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304)
        com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105)
        javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)

        Show
        Mircea Toma added a comment - I cannot run the ajax test of any of the mentioned test applications. The following exception is thrown on the server: javax.servlet.ServletException: /tooltipAjax.xhtml: Property 'ajaxEventListener' not found on type org.icefaces.tooltip.AjaxTestBean javax.faces.webapp.FacesServlet.service(FacesServlet.java:606) root cause javax.el.ELException: /tooltipAjax.xhtml: Property 'ajaxEventListener' not found on type org.icefaces.tooltip.AjaxTestBean com.sun.faces.facelets.compiler.AttributeInstruction.write(AttributeInstruction.java:94) com.sun.faces.facelets.compiler.UIInstructions.encodeBegin(UIInstructions.java:82) com.sun.faces.facelets.compiler.UILeaf.encodeAll(UILeaf.java:183) javax.faces.render.Renderer.encodeChildren(Renderer.java:168) org.icefaces.impl.renderkit.RendererWrapper.encodeChildren(RendererWrapper.java:49) javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845) com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:304) com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:105) javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:845)
        Hide
        Deryk Sinotte added a comment - - edited

        According to ICE-8156, the following tests still show regressions when comparing Mojarra 2.1.6 to 2.1.9:

        ICE-2113: A quick test shows that it's working fine when run on WebKit browsers (Safari and Chrome) but the popup panel is displaying blank for me when running on Firefox or IE. If I back out the Mojarra version to 2.1.6, I get the same issue with IE and FF where the popup doesn't display anything. Not convinced that this is a Mojarra related-regression at this point. Inspecting the HTML in Firebug, I can see that the content for the panel popup is contained in the div, it's just having troubles displaying it. Perhaps it's missing a resource (although there are no errors on the client or the server).

        ICE-3190: This works fine for me in both Chrome and Firefox using the latest from the trunk (r29668) which includes the patched version of Mojarra 2.1.9.

        ICE-4137: This works fine for me in both Chrome and Firefox using the latest from the trunk (r29668) which includes the patched version of Mojarra 2.1.9.

        Show
        Deryk Sinotte added a comment - - edited According to ICE-8156, the following tests still show regressions when comparing Mojarra 2.1.6 to 2.1.9: ICE-2113 : A quick test shows that it's working fine when run on WebKit browsers (Safari and Chrome) but the popup panel is displaying blank for me when running on Firefox or IE. If I back out the Mojarra version to 2.1.6, I get the same issue with IE and FF where the popup doesn't display anything. Not convinced that this is a Mojarra related-regression at this point. Inspecting the HTML in Firebug, I can see that the content for the panel popup is contained in the div, it's just having troubles displaying it. Perhaps it's missing a resource (although there are no errors on the client or the server). ICE-3190 : This works fine for me in both Chrome and Firefox using the latest from the trunk (r29668) which includes the patched version of Mojarra 2.1.9. ICE-4137 : This works fine for me in both Chrome and Firefox using the latest from the trunk (r29668) which includes the patched version of Mojarra 2.1.9.
        Hide
        Deryk Sinotte added a comment -

        Patch from ICE-8156 resolves the last of these issues.

        Show
        Deryk Sinotte added a comment - Patch from ICE-8156 resolves the last of these issues.

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Carmen Cristurean
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: