[
https://issues.apache.org/jira/browse/MYFACES-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Andraschko resolved MYFACES-4450.
----------------------------------------
Resolution: Fixed
> outputLabel does not render tabindex
> ------------------------------------
>
> Key: MYFACES-4450
> URL: https://issues.apache.org/jira/browse/MYFACES-4450
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-344, JSR-372
> Affects Versions: 2.2.14, 4.0.0-RC1, 2.3.10, 2.3-next-M7, 3.0.2
> Reporter: Volodymyr Siedlecki
> Priority: Minor
> Fix For: 2.3.11, 3.0.3, 2.3-next-M8, 2.2.16, 4.0.0-RC2
>
>
> A minor issue was discovered where outputLabel failed to render tabindex even
> though it's part of the VDL docs:
> [https://docs.oracle.com/javaee/7/javaserver-faces-2-2/vdldocs-facelets/h/outputLabel.html]
> However, note that {color:#9cdcfe}tabindex{color} is rendered for inputText.
> {color:#d4d4d4}
> {color}{color:#808080}<{color}{color:#569cd6}h:outputLabel{color}{color:#d4d4d4}
>
> {color}{color:#9cdcfe}tabindex{color}{color:#d4d4d4}={color}{color:#ce9178}"1"{color}{color:#d4d4d4}
>
> {color}{color:#9cdcfe}value{color}{color:#d4d4d4}={color}{color:#ce9178}"your
> name"{color}{color:#808080} />{color}
> {color:#d4d4d4}
> {color}{color:#808080}<{color}{color:#569cd6}h:inputText{color}{color:#d4d4d4}
>
> {color}{color:#9cdcfe}tabindex{color}{color:#d4d4d4}={color}{color:#ce9178}"2"{color}{color:#808080}
> />{color}
>
> The other attributes seemed to have rendered fine from what I tested ( style,
> title, onclick.. etc)
> I have a fix for this, and will get a PR up soon.
> It seems like a check for tabindex was never added, so the fix adds it in.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)