Changeset 2117
- Timestamp:
- 06/11/08 23:22:58 (5 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
. (modified) (2 props)
-
source/virtualBuffers/__init__.py (modified) (1 diff)
-
source/virtualBuffers/gecko_ia2.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
-
old new 112 112 1908 jamie@jantrid.net-20080606055429-139hpd9knwjndbc6 113 113 1918 jamie@jantrid.net-20080610071321-o2quns8eds2all65 114 1921 jamie@jantrid.net-20080611232038-q2vwximl2phf5wba
-
- Property bzr:revision-info
-
old new 1 timestamp: 2008-06-1 0 17:13:21.141000032+10001 timestamp: 2008-06-12 09:20:38.619999886 +1000 2 2 committer: James Teh <jamie@jantrid.net> 3 3 properties:
-
- Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
-
trunk/source/virtualBuffers/__init__.py
r2095 r2117 325 325 qn("edit", key="e", nextDoc=_("moves to the next edit field"), nextError=_("no next edit field"), 326 326 prevDoc=_("moves to the previous edit field"), prevError=_("no previous edit field")) 327 qn("frame", key="m", nextDoc=_("moves to the next frame"), nextError=_("no next frame"), 328 prevDoc=_("moves to the previous frame"), prevError=_("no previous frame")) 329 qn("separator", key="s", nextDoc=_("moves to the next separator"), nextError=_("no next separator"), 330 prevDoc=_("moves to the previous separator"), prevError=_("no previous separator")) 327 331 del qn -
trunk/source/virtualBuffers/gecko_ia2.py
r2114 r2117 224 224 elif nodeType=="edit": 225 225 attrs={"IAccessible::role":[IAccessibleHandler.ROLE_SYSTEM_TEXT],"IAccessible::state_%s"%IAccessibleHandler.STATE_SYSTEM_READONLY:[None]} 226 elif nodeType=="frame": 227 attrs={"IAccessible::role":[IAccessibleHandler.IA2_ROLE_INTERNAL_FRAME]} 228 elif nodeType=="separator": 229 attrs={"IAccessible::role":[IAccessibleHandler.ROLE_SYSTEM_SEPARATOR]} 226 230 elif nodeType=="focusable": 227 231 attrs={"IAccessible::state_%s"%IAccessibleHandler.STATE_SYSTEM_FOCUSABLE:[1]}

NVDA is supported by