ICEfaces
  1. ICEfaces
  2. ICE-8350

Calendar popup opens when enter is pressed in a different input field

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-1.8.2.GA_P04
    • Fix Version/s: EE-1.8.2.GA_P05
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Chrome, Firefox, IE 7,8,9, Mojarra 1.2

      Description

      To reproduce:

      1. Create a sample form like the one below:
      <ice:form>
                  <h:panelGrid>
                      <h:panelGroup>
                          <ice:outputLabel value="Input Text i1: "/>
                          <ice:inputText id="i1"/>
                      </h:panelGroup>
                      <h:panelGroup>
                          <ice:selectInputDate id="iDate" value="#{case11406Bean.date}" renderAsPopup="true" />
                      </h:panelGroup>
                      <h:panelGroup>
                          <ice:outputLabel value="Input Text i2: "/>
                          <ice:inputText id="i2"/>
                      </h:panelGroup>
                  </h:panelGrid>
                  
                  <ice:commandButton id="btnDefault" value="submit default" action="#{case11406Bean.someAction}"/>
      </ice:form>

      2. Press "Enter" while the focus is in either i1 or i2 input fields. This will open a calendar popup. (should not)

        Activity

        Hide
        Evgheni Sadovoi added a comment -

        This issue is no longer reproducible with the latest build from our SVN server. (solved by ICE-8034 fix).

        Marking this ticket as resolved.

        Show
        Evgheni Sadovoi added a comment - This issue is no longer reproducible with the latest build from our SVN server. (solved by ICE-8034 fix). Marking this ticket as resolved.

          People

          • Assignee:
            Evgheni Sadovoi
            Reporter:
            Evgheni Sadovoi
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: