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 460774 - Orca doesn't provide access to message being composed in Thunderbird
Orca doesn't provide access to message being composed in Thunderbird
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.19.x
Other All
: Normal normal
: 2.20.0
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404409
 
 
Reported: 2007-07-26 23:37 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2008-07-22 19:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
patch to solve the problem (732 bytes, patch)
2007-07-26 23:39 UTC, Joanmarie Diggs (IRC: joanie)
committed Details | Review

Description Joanmarie Diggs (IRC: joanie) 2007-07-26 23:37:44 UTC
When composing a message in Thunderbird and reviewing it with Orca, caret-moved events are issued by the document frame, but the document frame in a plain text message lacks children.  We need to check event.source.childCount before looking at the role of the first child.  Patch to follow.
Comment 1 Joanmarie Diggs (IRC: joanie) 2007-07-26 23:39:14 UTC
Created attachment 92505 [details] [review]
patch to solve the problem

Mike please test.  Thanks!
Comment 2 Joanmarie Diggs (IRC: joanie) 2007-07-27 21:49:04 UTC
Given that this is a simple check to be sure we have children before looking at them, I've gone ahead and committed this.  Without it, the once-again-accessible Thunderbird doesn't work so well.
Comment 3 Mike Pedersen 2007-08-07 17:05:50 UTC
I composed a couple messages in thunderbird this morning and was able to read my text so I think this one is OK.
Comment 4 Joanmarie Diggs (IRC: joanie) 2007-08-07 17:24:39 UTC
Thanks.  Closing as FIXED.