Skip to content

Announcing selections in Eclipse doesn't work correctly #4480

@nvaccessAuto

Description

@nvaccessAuto

Reported by parham on 2014-09-22 17:05
When selecting anything in Eclipse and applications based on Eclipse, the selection gets announced in full, instead of selected text only being announced. Steps to reproduce are as follows:

  1. Open any editor based on Eclipse. I will use PDT (Php Development Tools) as an example.
  2. Write two lines of text, and then select them. For example:
echo 'a';
echo 'b';

Expected result, When selecting the first line using shift+end, you should hear "echo 'a'; selected", and when pressing the down arrow, you should hear "echo 'b'; selected".

Actual result, When you press the down arrow, you hear the whole sellection (I.E. both lines instead of just one).
Blocked by #2314

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions