[seam-issues] [JBoss JIRA] Created: (JBSEAM-4648) s:defaultAction blocks new lines in <textArea>

Adrian Mitev (JIRA) jira-events at lists.jboss.org
Wed May 12 08:53:26 EDT 2010


s:defaultAction blocks new lines in <textArea>
----------------------------------------------

                 Key: JBSEAM-4648
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4648
             Project: Seam
          Issue Type: Bug
          Components: JSF Controls
            Reporter: Adrian Mitev


s:defaultAction shouldn't work if the enter button is presses inside textarea element. To fix the issue wrap the javascript that s:convertEntity generates inside this code:

var evt = event.IE ? event.srcElement : event.target; if (evt.tagName.toLowerCase() != 'textarea') { <original javascript here> }

-- 
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 seam-issues mailing list