Ticket #605 (closed enhancement: fixed)
The text field is not readable in TextPad
| Reported by: | Demetry | Owned by: | mdcurran |
|---|---|---|---|
| Priority: | minor | Milestone: | 2010.2 |
| Component: | Core | Version: | development |
| Keywords: | TextPad | Cc: | |
| Operating system: | Blocked by: | #40, #643 | |
| Blocking: |
Description
NVDA can't read this field. It says nothing.
Change History
comment:1 Changed 23 months ago by pvagner
- Operating system Windows XP deleted
- Component changed from Controller to Core
- Blocked by 40 added
comment:2 Changed 23 months ago by jteh
- Priority changed from major to minor
- Milestone changed from 2010.2 to 2010.3
comment:3 Changed 21 months ago by mdcurran
- Blocked by 643 added; 40 removed
Works great with displayModel branch. Once merged this ticket can be closed.
comment:4 Changed 21 months ago by jteh
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from 2010.3 to 2010.2
Implemented via display hooking merged in changeset:main,3508.
Note: See
TracTickets for help on using
tickets.


Textpad uses custom control for displaying text. I am not aware of any programatic method we can use to retrieve the caret position. Perhaps this will only be possible after display hooks are implemented.