Bug 268426 - Objects on Navigation Rule tab of faces-config editor aren't accessible
Summary: Objects on Navigation Rule tab of faces-config editor aren't accessible
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: JSF Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: Future   Edit
Assignee: Debajit Adhikary CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility, helpwanted
Depends on:
Blocks:
 
Reported: 2009-03-12 16:04 EDT by Christine Rice CLA
Modified: 2010-12-09 11:24 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christine Rice CLA 2009-03-12 16:04:56 EDT
Version: 3.4.1, Build id: M20080911-1700

Steps To Reproduce:
1) Create a Web project with the JavaServer Faces configuration.
2) Create 2 faces jsp files
3) Open faces-config.xml and go to the Navigation tab
4) Add the two pages and a navigation rule between them, or paste something like this into source:

	<navigation-rule>
		<from-view-id>/page1.jsp</from-view-id>
		<navigation-case>
			<from-outcome>success</from-outcome>
			<to-view-id>/page2.jsp</to-view-id>
		</navigation-case>
	</navigation-rule>

5) On the Navigation Rule page, select a page with the keyboard. 

A screen reader should say something useful at this point, but Window-Eyes 6.1 doesn't say anything. Microsoft Inspect Objects lists the name and value as "none [false]".

6) Try to select the navigation rule itself via the keyboard. I wasn't able to select it.


Issues:
-Nav rules should be selectable via the keyboard
-Both pages and nav rules should report useful information to accessible technology (such as screen readers)
Comment 1 David Williams CLA 2009-03-30 13:45:27 EDT
I'm setting to P2 as this is an important accessibility defect for some adopters. 

The following article may help: 


http://www.eclipse.org/articles/article.php?file=Article-Accessibility/index.html
Comment 2 Bob Gallagher CLA 2009-09-18 15:57:18 EDT
Could we get an update to this defect's status?
Comment 3 Raghunathan Srinivasan CLA 2009-09-18 16:22:41 EDT
Not fixed in 3.1.1. Plan to address in 3.1.2.
Comment 4 Christine Rice CLA 2010-04-01 11:32:45 EDT
Marking this as a hotbug request since not having an accessible editor
interferes with or may prevent IBM's adoption of WTP.

Thanks.
Comment 5 Raghunathan Srinivasan CLA 2010-04-01 14:22:26 EDT
We invite patches to address these issues.
Comment 6 Ian Trimble CLA 2010-04-23 16:55:06 EDT
Debajit,
Raghu asked me to re-assign to you. Thanks!
Comment 7 Raghunathan Srinivasan CLA 2010-06-03 14:04:38 EDT
Mass update of Helios bugs
Comment 8 David Williams CLA 2010-12-09 11:24:57 EST
From discussions with Yury Kats, this does not need the focused tracking as "hotbug" any longer.