Ticket #763 (closed enhancement: fixed)
Added support to select an entire row with the key combination Shift + Space and support to select the entire column with the key combination Ctrl + Space and add support to selecting all document with combinaison key Ctrl+A in Microsoft Excel
| Reported by: | jeronimo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2010.2 |
| Component: | Core | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: |
Description (last modified by jeronimo) (diff)
I suggest to add support to select an entire row in Microsoft Excel by typing the key combination Shift + Space and add support to select an entire column by typing the key combination Ctrl + Space and add support to selecting all document with combinaison key Ctrl+A.
Change History
comment:1 Changed 23 months ago by jeronimo
- Description modified (diff)
- Summary changed from Added support to select an entire row with the key combination Shift + Space and support to select the entire column with the key combination Ctrl + Space in Microsoft Excel to Added support to select an entire row with the key combination Shift + Space and support to select the entire column with the key combination Ctrl + Space and add support to selecting all document with combinaison key Ctrl+A in Microsoft Excel
comment:3 Changed 22 months ago by mdcurran
- Status changed from new to closed
- Resolution set to fixed
Implemented in changeset:main,3616.
comment:4 Changed 22 months ago by mdcurran
- Milestone changed from 2010.3 to 2010.2
Changing milestone to 2010.2 as it has been fixed and therefore the fix will be in that release.
comment:5 Changed 20 months ago by drein
Hello,
I'm using Microsoft Office 2003, with NVDA Installer Main 3847.
When I attempt to select a column with ctrl+space, I have an error and NVDA make the known sound. here is the log:
INFO - core.main (10:35:22):
NVDA initialized
ERROR - eventHandler.executeEvent (10:36:02):
error executing event: gainFocus on <NVDAObjects.window.excel.ExcelSelection? object at 0x04256690> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 80, in executeEvent
File "eventHandler.pyc", line 128, in executeEvent_appModuleLevel
File "eventHandler.pyc", line 135, in executeEvent_treeInterceptorLevel
File "eventHandler.pyc", line 139, in executeEvent_NVDAObjectLevel
File "NVDAObjects\init.pyc", line 756, in event_gainFocus
File "NVDAObjects\init.pyc", line 703, in reportFocus
File "speech.pyc", line 280, in speakObject
File "speech.pyc", line 213, in speakObjectProperties
File "baseObject.pyc", line 35, in get
File "baseObject.pyc", line 111, in _getPropertyViaCache
File "NVDAObjects\window\excel.pyc", line 248, in _get_value
TypeError?: not all arguments converted during string formatting
comment:6 Changed 20 months ago by pvagner
Please which language have you got set in the General settings dialog?
Can you please try this with NVDA language set to english?
In case you have got set the language to windows (default) then please provide your system user interface language setting.
comment:7 Changed 20 months ago by pvagner
If you are using italian or japanese language file I may have worked around this issue in changeset:releases,2010.2,3849. When these language files will get updated their contributors will most likelly look into the matter and verify my attempt for a fix and / or provide a better one.

