Open nvaccessAuto opened 10 years ago
Attachment 0001-use-column-row-headers-for-braille-display.patch added by nishimotz on 2014-06-13 11:50 Description:
Comment 1 by nishimotz on 2014-06-13 11:53 I have replaced the attachment file to append the patch below (although I am not sure it is necessary):
@@ -580,6 +585,7 @@ def getControlFieldBraille(field, ancestors, reportStart, formatConfig):
}
if reportTableHeaders:
props[= field.get("table-columnheadertext")
+ props["rowHeaderText"]("columnHeaderText"]) = fields.get("table-rowheadertext")
return getBrailleTextForProperties(**props)
elif reportStart:
Comment 2 by Michael Curran <mick@... on 2014-06-16 02:36 In [e5dc3e35ecd0f8be3960ae7374b8aa17b346460e]:
Merge branch 't4195' into next. Incubates #4195
Changes: Added labels: incubating
Comment 3 by jteh on 2014-08-05 01:09 Holding this back because reporting of row headers will be too verbose if they are always reported. They should only be reported if changed.
@nishimotz are you still working on this? Is there a coresponding pull request on Github? Or is the work on this Feature being continued only in this issue? In my opinion a pull request would be less confusing and better to distinguish the old patch from current commits. Thanks.
cc @dkager
Hi,
We may need to morph this one due to issues found while incubating more than two years ago. Thanks.
@Adriani90 I didn't create a pull request so far.
Reported by nishimotz on 2014-06-13 10:22 Attached patch (as well as shown below) enables to include row/column headers in braille display if format information setting 'Table row/column headers' is checked.
Tested with Windows 7 and Excel 2010 (NVDA+shift+c/r).