Skip to content

Programmatically setting caret position in Scintilla controls causes text to be selected #746

@nvaccessAuto

Description

@nvaccessAuto

Reported by jteh on 2010-07-05 01:12
Str:

  1. Open a document with at least 2 lines of text in Notepad++.
  2. Move to the top of the document.
  3. Activate NVDA say all (NVDA+downArrow).
  4. Stop say all by pressing control when it reaches the second line.
  5. Make NVDA report the selection (NVDA+shift+upArrow).
  6. Expected: There should be no selection.
  7. Actual: The first line is selected.

This is probably also why spurious selection and unselection is reported during say all. Selection wasn't reported automatically for Scintilla controls until 78daa96, but this bug would have existed before then and needs to be fixed.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions