ICEfaces
  1. ICEfaces
  2. ICE-10093

ace:tabSet dynamicAttribute test fails if using <icecore:singleSubmit/> tag

    Details

    • Assignee Priority:
      P3

      Description

      The tabSet attribute page: /tabSet/tabsetAttribute.jsf
      uses an <icecore:singleSubmit/> tag, and when clicking the "Change Style and StyleClass" button on this page, the actionListener is fired twice and the style/styleClass is changed twice on the tabSet (debug statements are added in the bean).
      This works as expected if replacing the icecore:singleSubmit tag with an f:ajax tag:
      <f:ajax execute="@all" render="@all">

      QA test app: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces2/Sparkle/Nightly/tabSet

        Activity

        Hide
        Mircea Toma added a comment -

        Cancel default action whenever single submit is triggered to avoid having the browser submit the form.

        Show
        Mircea Toma added a comment - Cancel default action whenever single submit is triggered to avoid having the browser submit the form.
        Hide
        Liana Munroe added a comment -

        Tested with ee-3.3.0-GA maintenance branch r43383. The issue is resolved when using Chrome 38 or FF 33. Reopening because this issue is not resolved when using IE 9, 10 or 11.

        Show
        Liana Munroe added a comment - Tested with ee-3.3.0-GA maintenance branch r43383. The issue is resolved when using Chrome 38 or FF 33. Reopening because this issue is not resolved when using IE 9, 10 or 11.
        Hide
        Mircea Toma added a comment -

        Modified IE event decorator to invoke Event.preventDefault() function if available since more recent versions of the browser (IE 9,10, 11) do not stop the execution of default action when Event.returnValue = false.

        Show
        Mircea Toma added a comment - Modified IE event decorator to invoke Event.preventDefault() function if available since more recent versions of the browser (IE 9,10, 11) do not stop the execution of default action when Event.returnValue = false .
        Hide
        Liana Munroe added a comment -

        Verified ICEfaces ee-3.3.0-GA maintenance branch r43550. Tomcat 7, FF 33, Chrome 38, IE 8, 9, 10, 11.

        Show
        Liana Munroe added a comment - Verified ICEfaces ee-3.3.0-GA maintenance branch r43550. Tomcat 7, FF 33, Chrome 38, IE 8, 9, 10, 11.

          People

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

            Dates

            • Created:
              Updated:
              Resolved: