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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to