Access/Mnemonic Key Does Not Cycle Through Similar Keys
-------------------------------------------------------
Key: TRINIDAD-1026
URL: https://issues.apache.org/jira/browse/TRINIDAD-1026
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.2.1-core
Reporter: scott duke
Priority: Minor
I created a screen and added access keys to every inputText field. There are 3
fields which have the same access key "P". When I try to cycle through the
access keys, it only selects the very last one. I removed the "&" from the
last inputText and once again, it still did not cycle through. This is what my
inputText looks like on one of the fields:
<tr:inputText id="primaryPhone"
labelAndAccessKey="&Primary Phone"
value="#{uzerHome.instance.primaryPhone}" required="true">
<f:facet name="help">
<tr:outputText
value="###-###-####" />
</f:facet>
</tr:inputText>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.