Issue 76420 - [a11y] Orca unable to speak last character of each "sentence" when doing a sayAll in OOo Writer
Summary: [a11y] Orca unable to speak last character of each "sentence" when doing a sa...
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: ui (show other issues)
Version: OOo 2.2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: eric.savary
QA Contact: issues@sw
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2007-04-16 19:41 UTC by richburridge
Modified: 2013-08-07 14:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description richburridge 2007-04-16 19:41:21 UTC
See also Orca bug #430402, that is currently blocked by this problem.
http://bugzilla.gnome.org/show_bug.cgi?id=430402

Steps to reproduce:

1/ Start Orca
2/ Start OOo Writer
3/ Create a simple OOo Writer document containing:

The quick
brown
fox jumps over
the lazy dog

4/ Make sure Orca is set to do "Say All By" Sentence
   (There's a combo box on the bottom of the speech pane.
    See last patch to bug #400716).

5/ Use Control-Home to position the cursor at the beginning
   of the first line.

6/ Hit the + key on the numeric keypad.

7/ Instead of speaking "The quick", Orca speaks "The quic" for the
   first line. There is a similar problem for each of the other
   lines.

The call in textLines() in default.py to:

[string, startOffset, endOffset] = text.getTextAtOffset(
                offset, atspi.Accessibility.TEXT_BOUNDARY_SENTENCE_END)

returns a string of

"The quic"
Comment 1 eric.savary 2007-04-27 13:55:17 UTC
@OBR: please help reproducing this. Thanx!
Comment 2 eric.savary 2007-05-04 13:58:50 UTC
Reassigned
Comment 3 nospam4obr 2007-05-08 15:38:05 UTC
Confirmed in fixed in CWS atkbridge6.
Comment 4 nospam4obr 2007-05-15 08:41:04 UTC
@es: please verify.
Comment 5 eric.savary 2007-05-30 14:33:29 UTC
VERIFIED in atkbridge6
Comment 6 sgautier.ooo 2009-01-02 14:19:59 UTC
Verified in OOo 3.0 - closing - Sophie