[richfaces-issues] [JBoss JIRA] Created: (RF-3793) HotKey: "disableInInput" attribute does not work.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Tue Jun 24 11:12:32 EDT 2008


HotKey: "disableInInput" attribute does not work.
-------------------------------------------------

                 Key: RF-3793
                 URL: http://jira.jboss.com/jira/browse/RF-3793
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
            Reporter: Alexander Dubovsky
         Assigned To: Nick Belaevski


"disableInInput" attribute does not work for HotKey:

<h:inputText id="inputID" />
<sb:hotKey id="defaultHotKeyID" 
	key="alt+x" 
	handler="alert('alt+x work!')" 
	timing="onload"
	disableInInput="true">
</sb:hotKey>

1. Set disableInInput="true"
2. Go to page
3. Set focus on input
4. Press alt+x
Result: hotkey works.
Expected result: hotkey does not work.

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

        



More information about the richfaces-issues mailing list