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 483352 - [blocked] New e-mail in Evolution can cause Orca to become unresponsive for a period of time
[blocked] New e-mail in Evolution can cause Orca to become unresponsive for a...
Status: RESOLVED DUPLICATE of bug 483452
Product: orca
Classification: Applications
Component: general
unspecified
Other All
: Normal major
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-10-04 13:19 UTC by Willie Walker
Modified: 2012-08-14 21:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Willie Walker 2007-10-04 13:19:26 UTC
From the orca-list http://mail.gnome.org/archives/orca-list/2007-October/msg00018.html:

"When typing a new
message, if a new e-mail arrives in my inbox orca stops echoing words (I
only have echo words on, not echo key presses), and does not start to
again until I alt-tab focus away and back.

The set up: orca from svn trunk (although I have noticed this for quite
a time, its not really new), evolution 2.10 with view set to not show
preview pane and not to hide deleted messages (I think those might be
the most important settings in evolution relating to this), gnome 2.18.3
(on a slackware system, gnome being from the slacky project
http://www.slacky.eu)."
Comment 1 Joanmarie Diggs (IRC: joanie) 2007-10-04 18:19:20 UTC
I can reproduce this in Gutsy with the latest everything.

What seems to be happening in this:

1. We get a focus event for the message list in the frame that doesn't have focus.

2. Somehow in the process, the text object loses STATE_FOCUSED.

Here's before the new message comes in:
--------------------------------------
OBJECT EVENT: object:text-changed:insert               detail=(20,1)
    app.name='evolution'          name=None role='text' state='EDITABLE ENABLED FOCUSABLE FOCUSED MULTI_LINE SENSITIVE SHOWING VISIBLE' relations=''
--------------------------------------

And after:
--------------------------------------
OBJECT EVENT: object:text-changed:insert               detail=(21,1)
    app.name='evolution'          name=None role='text' state='EDITABLE ENABLED FOCUSABLE MULTI_LINE SENSITIVE SHOWING VISIBLE' relations=''
--------------------------------------

Looks like YAEB.
Comment 2 Joanmarie Diggs (IRC: joanie) 2007-10-04 19:13:27 UTC
Filed bug 483452 against Evolution.  We're blocked.
Comment 3 Willie Walker 2007-11-01 19:35:07 UTC
Just reassigning to Joanie so she can track the progress on the blocking bug.
Comment 4 Joanmarie Diggs (IRC: joanie) 2009-08-01 00:46:16 UTC
Note that this is responsible for 2/3 of the problem in bug #582491. Rather than keep multiple bugs open to track a bug against Evo which was filed in October 2007 and which has not yet been triaged, I'm just going to reference that bug here.
Comment 5 Joanmarie Diggs (IRC: joanie) 2012-08-14 21:23:31 UTC

*** This bug has been marked as a duplicate of bug 483452 ***