OSDN Git Service

Fix bug where NVDA would not let you arrow left out of a bulletted or numbered paragr...
authorMichael Curran <mick@kulgan.net>
Mon, 20 Aug 2012 19:58:28 +0000 (05:58 +1000)
committerMichael Curran <mick@kulgan.net>
Mon, 20 Aug 2012 19:58:28 +0000 (05:58 +1000)
nvdaHelper/remote/winword.cpp
user_docs/en/changes.t2t

index 74d9ab9..3fe1cb4 100644 (file)
@@ -612,7 +612,6 @@ LRESULT CALLBACK winword_callWndProcHook(int code, WPARAM wParam, LPARAM lParam)
                winword_expandToLine_helper(pcwp->hwnd,reinterpret_cast<winword_expandToLine_args*>(pcwp->wParam));\r
        } else if(pcwp->message==wm_winword_getTextInRange) {\r
                winword_getTextInRange_helper(pcwp->hwnd,reinterpret_cast<winword_getTextInRange_args*>(pcwp->wParam));\r
-               winword_expandToLine_helper(pcwp->hwnd,reinterpret_cast<winword_expandToLine_args*>(pcwp->wParam));\r
        }\r
        return 0;\r
 }\r
index 21ade6e..432a9b6 100644 (file)
@@ -59,6 +59,7 @@
 - NVDA no longer incorrectly reports or locates certain edit fields in MSHTML documents (e.g. Internet Explorer), specifically where an explicit ARIA role has been used by the web page author. (#2435)\r
 - The backspace key is now handled correctly when speaking typed words in Windows command consoles. (#2586)\r
 - Cell coordinates in Microsoft Excell are now shown again in Braille.\r
+- In Microsoft Word, NVDA no longer leaves you stuck on a paragraph with list formatting when trying to navigate out over a bullet or number with left arrow or control + left arrow. (#2402)\r
 \r
 \r
 == Changes for Developers ==\r