Skip to content

Commit

Permalink
Map TAccessibleEdit to Edit to allow better cursor tracking in Skype …
Browse files Browse the repository at this point in the history
…search field.
  • Loading branch information
michaelDCurran committed Apr 2, 2013
1 parent c5b5774 commit a5eec6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/NVDAObjects/window/__init__.py
Expand Up @@ -432,6 +432,7 @@ def _getTextLines(self):
"RichEdit20A":"RichEdit20",
"RichEdit20W":"RichEdit20",
"TChatRichEdit":"RichEdit20",
"TAccessibleEdit":"Edit",
"TskRichEdit.UnicodeClass":"RichEdit20",
"RichEdit20WPT":"RichEdit20",
"RICHEDIT60W":"RICHEDIT50W",
Expand Down
2 changes: 1 addition & 1 deletion user_docs/en/changes.t2t
Expand Up @@ -15,7 +15,7 @@

== Bug Fixes ==
- Activating an object now announces the action before the activation, rather than the action after the activation (e.g. expand when expanding rather than collapse). (#2982)
- More accurate reading and cursor tracking in the chat input field for recent versions of Skype. (#1369, #1601)
- More accurate reading and cursor tracking in various input fields for recent versions of Skype, such as chat and search fields. (#1601)


= 2013.1 =
Expand Down

0 comments on commit a5eec6e

Please sign in to comment.