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 438945 - [a11y] No "object:text-changed:delete" sent when text deleted with Control-Backspace in Compose window.
[a11y] No "object:text-changed:delete" sent when text deleted with Control-Ba...
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.10.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 422475
 
 
Reported: 2007-05-16 17:21 UTC by Rich Burridge
Modified: 2007-07-03 09:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (997 bytes, patch)
2007-06-22 09:20 UTC, Li Yuan
committed Details | Review

Description Rich Burridge 2007-05-16 17:21:45 UTC
See also Orca bug #422475, which is blocked by this bug.

Steps to reproduce:

1/ Start Evolution in mail mode.
2/ Select "Message->Compose New Message" to  bring up a new compose window.
3/ Type into the body of the message: "The quick brown fox".
4/ Make sure that the text cursor is positioned at the end of that line.

5/ Start Orca.
6/ Give focus to the Evolution compose window.
7/ Hit Control-Backspace a few times.

What you've see from the Orca debug log:
http://bugzilla.gnome.org/attachment.cgi?id=88293
is that the first Control-Backspace keyevents are at about line 900, 
but we do not get any "object:text-changed:delete" events, so we can't 
correctly speak the deleted word in default.onTextDeleted().
Comment 1 Li Yuan 2007-06-22 09:20:09 UTC
Created attachment 90442 [details] [review]
patch