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 532069 - Orca should read field labels on the NLS site
Orca should read field labels on the NLS site
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.23.x
Other All
: Normal normal
: 2.24.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2008-05-07 23:34 UTC by Mike Pedersen
Modified: 2008-06-03 20:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
revision 1 (1.52 KB, patch)
2008-05-27 22:35 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Mike Pedersen 2008-05-07 23:34:25 UTC
Open https://www.nlstalkingbooks.org/cgi-bin/public/dtbscripts_v2/accountrequest.cgi and tab between the edit fields.  You should notice that orca is not reading the labes for any of the edit fields.  I would expect these to be read.
Comment 1 Joanmarie Diggs (IRC: joanie) 2008-05-27 22:35:54 UTC
Created attachment 111637 [details] [review]
revision 1

Turned out the problem was that we were looking up the ancestry to find the form in order to determine if the thing we were considering as our guess was inside the form.  What we were failing to consider is the possibility that the thing under consideration was the form itself.  Text can be part of the document frame; it can be part of the form as well. Live and learn.

Pylinted; not yet regression tested.

Mike please test.  Thanks!
Comment 2 Mike Pedersen 2008-05-27 23:09:54 UTC
Works great! thanks 
Comment 3 Joanmarie Diggs (IRC: joanie) 2008-05-28 04:42:29 UTC
Thanks Mike.  Patch committed to trunk.  Moving to pending.