ICEfaces
  1. ICEfaces
  2. ICE-10934

Button click blocked by blockUiOnSubmit

    Details

    • Assignee Priority:
      P1
    • Support Case References:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Adding the following the ace:textEntry's ace:ajax tag:
      onStart="if (event.stopPropagation) { event.stopPropagation() } else { event.returnValue = false; }"
      Show
      Adding the following the ace:textEntry's ace:ajax tag: onStart="if (event.stopPropagation) { event.stopPropagation() } else { event.returnValue = false; }"

      Description

      An ace:textEntry component is set to submit on blur via an ace:ajax tag. If focus is set in the input field and a commandButton is clicked. The button click is blocked when blockUiOnSubmit is set to true.

      This is the same issue as described in ICE-10769 but is affecting other components now as well on the EE 3.3.0 and 4.x code bases.

        Activity

          People

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

            Dates

            • Created:
              Updated:
              Resolved: