commit/nvda: norrumar: Merge branch 'master' into t4078

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 09 May 2014 16:12:23 -0000

1 new commit in nvda:

https://bitbucket.org/nvdaaddonteam/nvda/commits/ea22c04a5c60/
Changeset:   ea22c04a5c60
Branch:      t4078
User:        norrumar
Date:        2014-05-09 18:10:07
Summary:     Merge branch 'master' into t4078

Affected #:  3 files

diff --git a/source/displayModel.py b/source/displayModel.py
index e05b5ca..cdb50a0 100644
--- a/source/displayModel.py
+++ b/source/displayModel.py
@@ -540,7 +540,7 @@ class 
EditableTextDisplayModelTextInfo(DisplayModelTextInfo):
                left,top,right,bottom=rects[offset]
                x=left #+(right-left)/2
                y=top+(bottom-top)/2
-               x,y=windowUtils.logicalToPhysicalPoint(x,y)
+               
x,y=windowUtils.logicalToPhysicalPoint(self.obj.windowHandle,x,y)
                oldX,oldY=winUser.getCursorPos()
                winUser.setCursorPos(x,y)
                winUser.mouse_event(winUser.MOUSEEVENTF_LEFTDOWN,0,0,None,None)

diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t
index c0351c3..beafd2d 100644
--- a/user_docs/en/changes.t2t
+++ b/user_docs/en/changes.t2t
@@ -34,6 +34,7 @@
 - The content of alerts in Mozilla applications is no longer reported twice. 
(#3481)
 - In browse mode, containers and landmarks are no longer inappropriately 
repeated while navigating within them at the same time as page content is 
changing (e.g. navigating the Facebook and Twitter websites). (#2199)
 - NVDA recovers in more cases when switching away from applications that stop 
responding. (#3825)
+- The caret (insertion point) again correctly updates when doing a sayAll 
command while in editable text drawn directly to the screen. (#4125)
 
 
 = 2014.1 =

diff --git a/user_docs/en/userGuide.t2t b/user_docs/en/userGuide.t2t
index 07d5205..0e80adc 100644
--- a/user_docs/en/userGuide.t2t
+++ b/user_docs/en/userGuide.t2t
@@ -1043,7 +1043,7 @@ They are:
 -
 
 All dictionary dialogs contain a list of rules which will be used for 
processing the speech.
-The dialog also contains Add, Edit and remove buttons.
+The dialog also contains Add, Edit and Remove buttons.
 
 To add a new rule to the dictionary, press the Add button, and fill in the 
fields in the dialog box that appears and then press Ok.
 You will then see your new rule in the list of rules.

Repository URL: https://bitbucket.org/nvdaaddonteam/nvda/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: