-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
no information about the cell border is given in an Excel sheet, if the cell border is different from the adjacent cells. #3044
Comments
Comment 1 by jteh on 2013-03-04 11:52 |
Comment 2 by siddhartha_iitd on 2015-01-07 07:01 |
Comment 4 by siddhartha_iitd on 2015-01-07 07:37 |
Comment 5 by sumandogra on 2015-01-15 11:13 The following scenarios may be considered for implementing: Scenario 2 on navigating the cells: Condition attached to the scenario 2: |
Comment 6 by siddhartha_iitd on 2015-01-23 13:54
This condition is provided through a checkbox in Document Formatting dialog box. |
Comment 7 by jteh on 2015-02-03 06:45 |
I would like to contribute regarding Excel cell border announcement, because it is frequently used in Japan. some resources: |
I have worked regarding Excel cell borders at my repository: https://github.com/nishimotz/nvda/tree/excel Before proceeding to making pull request, I would like to hear comments.
|
The example document (borders.xlsx) mentioned above is: |
@Qchristensen, thoughts? |
I agree with the comments, having cell border information read much as @nishimotz suggests, for both NVDA+f and also having a document formatting option to read changed border information for announce formatting changes after the cursor, would be consistent with other formatting information read. The first thing I thought when reading this ticket was, how is this done with text or table borders in Word, as it should present as consistent to the user. It isn't currently available in Word, so it may be worth considering whether this can be implemented in both at the same time. Reporting borders in Word is already filed specifically in issue #2010. |
With your descriptions @nishimotz, did you get those from Excel anywhere? Looking in the borders page in the format cells dialog, (control+1, then b), the different types of borders are identified there. The descriptions are slightly different to yours (for instance B16 would be "Dash, dot, dot" rather than "dash followed by two dots". Also the continuous lines would be "thick", "medium" or "thin" rather than "continuous"). I just wanted to check in case you are getting your descriptions from somewhere else in Excel perhaps? Looking for where else they might be reference, I noticed that in the border line style from the ribbon (press alt+h then b then y), you get a list of the styles which looks the same as in the format cells dialog, however NVDA reads each these simply as "list item" (Narrator simply identifies the place in the list). |
The descriptions of my tentative work come from MSDN as follows: |
Ah thank you. I wondered whether there was more than one place that 22 Point Web: http://www.22point.com.au Check out our first app, RapiTap! - Tap targets fast & avoid decoys: On 13 October 2016 at 17:08, Takuya Nishimoto [email protected]
|
XlBorderWeight Enumeration should be handled as well: |
Yes, the border style information in the format cells dialog gives some 22 Point Web: http://www.22point.com.au Check out our first app, RapiTap! - Tap targets fast & avoid decoys: On 13 October 2016 at 18:07, Takuya Nishimoto [email protected]
|
updated my branch which describes as follows: Sheet2 of https://docs.com/nishimotz/8981/borders
|
Now I am feeling cell border colors are sometimes too verbose. Regarding setting dialog options, I first thought documentFormatting.reportColor should be respected regarding cell border description. However, reportColor is now moved into the Font group of format settings, so I need another flag regarding border colors, if we need less verbose mode for cell borders. For example, Table group should have 'border style' and 'border color' check-boxes, and the border color option should be disabled when 'border style' is unchecked. |
…cell border is different from the adjacent cells. nvaccess#3044
…cell border is different from the adjacent cells. NVDA+F should work on Excel as well. nvaccess#3044 PR nvaccess#6492
…cell border is different from the adjacent cells. NVDA+F should work on Excel as well. Now merged master and resolved confict regarding configSpec. nvaccess#3044 PR nvaccess#6492
For PR #6761 - Web page menu items (menu item checkbox's and radio buttons) can now be activated while in browse mode. Issue #6735 For PR #6866 - Excel sheet name reporting is now translated. Issue #6848 For PR #6884 - Pressing ESC while the configuration profile "Confirm Deletion" prompt is active now dismisses the dialog. Issue #6851 For PR #6895 - Cell border information can now be reported in Microsoft Excel by using `NVDA+f`. Issue #3044 For PR #6860 - Added support for aria-current attributes. Issue #6358
I belief the defaults for this are too verbose. I think both reporting of styles and colors should be initially off. Style and color information should only be reported whenever requested specifically, either by pressing nvda+f or enabling the particular options in the document formatting dialog. |
Reported by sumandogra on 2013-03-04 11:34
Excel 2010
NVDA does not announce the information regarding the border of a cell in any way. In fact on pressing NVDA +F, it incorrectly announces the text as underlined in case the border of a cell is different from the adjacent cells.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: