-
-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the ability for NVDA to read charts in Excel #1987
Comments
Attachment Test_Chart_1.xls added by elliott94 on 2011-12-08 14:27 |
Comment 1 by deependra230 on 2014-04-05 19:16 |
Comment 2 by dineshkaushal on 2014-12-01 06:04 https://manish_agrawal@bitbucket.org/manish_agrawal/nvda.git The problem of excel chart elements being announced multiple times after every alt tab is solved. Thanks to Jamie, the problem is solved using weakref. |
Comment 5 by mdcurran on 2014-12-04 05:10 Some things to change:
|
Comment 6 by mdcurran on 2014-12-04 06:47 |
Comment 7 by dineshkaushal on 2014-12-06 04:08 I have made the changes as per your recommendation.
I need your help for reporting color for the series. I have provided the similar implementation that is found in excel for color reporting, but NVDA announces rgb(red=x,green = y , blue = z). the branch is at in_t1987_f7 |
Comment 8 by dineshkaushal on 2014-12-06 04:13 where can I find the code for element list for browse mode? I tried, but I didn't find it in excel.py in branch next and t2975. |
Comment 9 by mdcurran (in reply to comment 7) on 2014-12-06 07:09
|
Comment 10 by mdcurran (in reply to comment 8) on 2014-12-06 07:13 |
Comment 11 by dineshkaushal (in reply to comment 9) on 2014-12-06 17:43 |
Comment 12 by dineshkaushal (in reply to comment 10) on 2014-12-15 10:13 Do we need to implement TextInfo? as per the following code, it looks that we need to implement TextInfo. class TextInfoQuickNavItem(QuickNavItem):
Should we discuss these issues on this ticket or on #2975?
|
Comment 13 by jteh on 2014-12-15 10:39 |
Comment 14 by dineshkaushal (in reply to comment 13) on 2014-12-15 12:56 class BrowseModeTreeInterceptor(treeInterceptorHandler.TreeInterceptor): Because script BrowseModeTreeInterceptor.activatePosition calls self._activatePosition(info) |
Comment 15 by jteh on 2014-12-15 22:33 |
Comment 16 by dineshkaushal (in reply to comment 15) on 2014-12-22 09:14 I have done first implementation, but I am unable to make the code work. After implementing the code, no excel keys are working. |
Attachment nvda.log added by dineshkaushal on 2015-01-05 14:01 |
Comment 17 by dineshkaushal on 2015-01-05 14:03 AttributeError: 'ExcelBrowseModeTreeInterceptor' object has no attribute 'makeTextInfo' See the attached log file for more details. branch in_t1987_bm |
Comment 18 by mdcurran on 2015-01-09 02:43
|
Comment 19 by dineshkaushal on 2015-01-21 05:55 I then checked out master, and I can still not find the changed definition for QuickNavItem in browseMode.py file. Which branch should I checkout? |
Comment 20 by mdcurran (in reply to comment 19) on 2015-01-21 06:16 |
Comment 21 by dineshkaushal on 2015-01-21 10:10 |
Comment 22 by mdcurran (in reply to comment 21) on 2015-01-21 22:47 |
Comment 24 by mdcurran (in reply to comment 22) on 2015-01-22 01:57
|
Comment 25 by dineshkaushal on 2015-01-29 09:13 branch in_t1987_bm |
Comment 26 by mdcurran on 2015-02-04 23:27
|
Comment 27 by dineshkaushal on 2015-02-09 10:16 |
Comment 28 by mdcurran on 2015-02-10 02:17
Take a look at my work and provide any feedback. If everyone is happy, then I can prepare to merge this into next. |
Comment 29 by dineshkaushal on 2015-02-12 15:45 Thanks for your help. |
Comment 30 by Michael Curran <mick@... on 2015-02-13 10:14
Changes:
|
Comment 31 by Michael Curran <mick@... on 2015-02-14 13:19
|
Comment 33 by mdcurran on 2015-03-16 05:03 |
Comment 34 by dineshkaushal on 2015-04-07 10:52 get the code from in_t1987_temp |
Comment 35 by Michael Curran <mick@... on 2015-04-14 00:24
|
Comment 36 by JamaicanUser on 2015-04-23 03:20 |
Comment 37 by jteh on 2015-04-23 03:26 |
Comment 38 by Michael Curran <mick@... on 2015-04-29 06:18
Changes:
|
Comment 39 by JamaicanUser on 2015-05-01 11:50 |
Comment 40 by James Teh <jamie@... on 2015-05-01 12:12
|
Comment 41 by JamaicanUser on 2015-05-02 15:31 |
Comment 42 by ondrosik on 2015-05-06 13:00 |
Comment 43 by ondrosik on 2015-05-07 17:22 |
Attachment a.xlsx added by peter on 2015-05-13 08:20 |
Comment 44 by peter on 2015-05-13 08:23
|
Comment 45 by ondrosik on 2015-05-14 08:12 |
Attachment attachment-comment-45.7z added by ondrosik on 2015-05-14 08:16 |
…t Excel, which previously incorrectly mentioned links, headings and landmarks. Re #1987.
Reported by elliott94 on 2011-12-08 14:26
When working with data in worksheets, it sometimes becomes necessary to create charts out of several cells in a worksheet.
Unfortunately, NVDA doesn't currently support these. The attached example shows a Bar Chart, with the labeled cells A1, B1, and C1. It would be great to add support for these, if at all possible.
Blocked by #4838
The text was updated successfully, but these errors were encountered: