ICEfaces
  1. ICEfaces
  2. ICE-8796

ice:inputText actionListener not fired with partialSubmit=true (ICE-5122 regression)

    Details

    • Assignee Priority:
      P1

      Description

      This scenario
      {code}
      //in this example again the inputText will process the event, when hitting enter on inputText
      <ice:form actionListener="#{bean.formListener}">
      <ice:inputText actionListener="#{bean.textListener}" />
      {code}

      not works in http://anonsvn.icesoft.org/repo/icefaces/trunk/icefaces rev. 32567. Only form action listener is fired.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #32630 Wed Dec 05 16:22:44 MST 2012 mircea.toma ICE-8796 The applied fix changes the renderer to write out the 'onkeypress' handler that will cancels the default action during the key press event during partial submit. This will prevent the 'click' event from being sintetically generated during the form submission triggered by the enter key.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/InputTextRenderer.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: