[richfaces-issues] [JBoss JIRA] Resolved: (RF-8386) inputNumberSpinner: autosubmit of a form while pressing the ENTER KEY, validation is discarded and modal panel is closed

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Feb 17 15:25:10 EST 2010


     [ https://jira.jboss.org/jira/browse/RF-8386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-8386.
--------------------------------

    Resolution: Duplicate Issue
      Assignee: Nick Belaevski


> inputNumberSpinner: autosubmit of a form while pressing the ENTER KEY, validation is discarded and modal panel is closed
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-8386
>                 URL: https://jira.jboss.org/jira/browse/RF-8386
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-input
>    Affects Versions: 3.3.2.GA
>         Environment: Linux kernel 2.6.31-19 Ubuntu rel 9.10; Windows Vista/XP- Web browsers: Firefox 3.5.7; IE8
>            Reporter: Eleonora Petagna
>            Assignee: Nick Belaevski
>
> When using an inputNumberSpinner inside a modalPanel, within an a4j:form, 
> pressing the Enter key will automatically submit the form and the modal panel is closed. 
> The validation is not performed.
> I've tried to set oninputkeypress="return event.keyCode!=13" but it doesn't work.
> I have also tried to catch the return-key with an additional component such as:
>  <rich:hotKey key="return"
> like discussed in http://ahoehma.wordpress.com/tag/hotkey/ but that did not work either.
> Remark:
> If I replace <rich:inputNumberSpinner with <rich:inputNumberSlider the functionality is OK (the return key can be intercepted and the form is not submitted).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list