[JBoss JIRA] Created: (RF-8643) ModalPanel does not disable accessKey
by Peter Davis (JIRA)
ModalPanel does not disable accessKey
--------------------------------------
Key: RF-8643
URL: https://jira.jboss.org/jira/browse/RF-8643
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.3.Final, 3.3.3.CR1, 3.3.3.BETA1, 3.3.2.SR1, 3.3.2.GA, 3.3.2.CR1, 3.3.1
Environment: Firefox 3.6, WinXP SP2
Reporter: Peter Davis
ModalPanel.prototype.processTabindexes() and restoreTabindexes():
accesskey does not exist in DOM (lowercase).
Should be "accessKey" (camel-case).
Because of typo, accessKeys are not disabled on buttons outside of the modal.
Many problems result, including application crash due to invalid state, if the user types an accessKey that should be disabled.
--
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
14 years, 6 months