After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 344266 - Add ATK_ROLE_FORM (also to AT-SPI)
Add ATK_ROLE_FORM (also to AT-SPI)
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: api
unspecified
Other All
: Normal enhancement
: ---
Assigned To: bill.haneman
bill.haneman
Depends on: 344142
Blocks:
 
 
Reported: 2006-06-08 11:13 UTC by bill.haneman
Modified: 2006-06-09 15:01 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch to provide this ROLE and fixup other atk/at-spi role conversions. (10.26 KB, patch)
2006-06-09 15:01 UTC, bill.haneman
committed Details | Review

Description bill.haneman 2006-06-08 11:13:55 UTC
+++ This bug was initially created as a clone of Bug #344142 +++

Please describe the problem:
It is not currently possible to implement assistive technology support specific to finding a form within a web page. It would be useful to include ATK_ROLE_FORM as a role, so that AT's could enable quick access to the forms in a document. This allows parity with screen reader features on other platforms.

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 bill.haneman 2006-06-09 14:57:20 UTC
Just fixed this in CVS.
Comment 2 bill.haneman 2006-06-09 15:01:12 UTC
Created attachment 67053 [details] [review]
patch to provide this ROLE and fixup other atk/at-spi role conversions.