Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

508 Compliance and Accessibility mode issues

963982Mar 11 2013 — edited Mar 15 2013
I 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2013
Added on Mar 11 2013
2 comments
310 views