Currently in our web application, Trinidad JSF tr:table
tag is used to display information in the table format. Upon using the attribute rowSelection=single
, radio button displayed automatically for each row in a table and name/text next to this control is not visible to the user.
When user navigates with tab key to select the radio button control or user clicks on the same with mouse button, focus with dotted line is not displayed on the control.
What are the different approaches to display dotted line (provided by IE browser) around the radio button / check box control created by Irinidad JSF table tag?
End user requires this accessibility feature.
Right now, we are using,
- myfaces-api-1.1.4.jar, myfaces-impl-1.1.4.jar,
- trinidad-api-1.0.7.jar,trinidad-impl-1.0.7.jar,
- Browser IE 8.0