508 Compliance and Accessibility mode issues
963982Mar 11 2013 — edited Mar 15 2013I have used commandimagelink component to show alert message on my page. The situation is when the user moves his mouse(mouse over) on to this component a pop opens and displays rest of the required data on the popup window.
My problem is when i use tab key from keyboard to navigate on the page the component highlights(dotted line around the component ) but it does not open the required popup. And also in the accessibility mode(when using JAWS screen reader) with the help of keyboard a user is not able to access to POPUP in the header.
Any help will be appreciated.
JDeveloper version : 11.1.1.6.0.
Code Snippet i have used :
<af:commandImageLink text="alertMessages"
icon="/images/search.gif"
actionListener="#{pageFlowScope.Messagesbean.onMessageClick}"
binding ="#{pageFlowScope.Messagesbean.messageClick}"
shortDesc ="AlertMessages"
textAnd Accesskey = "AlertMessages"
<af:showPopupBehaviour popupId="alertPopup" triggerType="mouseOver" align="startbefore"/>
<af:showPopupBehaviour popupId="alertPopup" triggerType="contextMenu" align="startbefore"/>
</af:commandImageLink >
Thank you
kranthi reddy