GNOME Bugzilla – Bug 438945
[a11y] No "object:text-changed:delete" sent when text deleted with Control-Backspace in Compose window.
Last modified: 2007-07-03 09:29:01 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().
Created attachment 90442 [details] [review] patch