-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
MSWord 2010-on reaching the last cell in a table user needs to be ifnormed that TAB can result in a new empty row. #3018
Comments
Comment 1 by jteh on 2013-02-24 01:06 |
Comment 2 by rameshwar.nagar on 2013-05-02 09:19 |
Attachment 3018_Last_Cell_of_Table_bugfix1.patch added by rameshwar.nagar on 2013-05-02 09:53 |
Comment 3 by bhavyashah on 2015-01-17 12:08 |
@jcsteh mentions in #3018 (comment) that NVDA currently does not support help messages. While I am unaware of the technical meaning of 'help messages', could someone please cite the ticket which covers the general support of help messages, if one exists? Also, the NeedsCodeReview label needs to be added and the attachment needs to be restored. @ehollig |
Hi, Find attached some examples and bug and improvement lists to fix related with tables. Thanks |
Actually a table should not be read by pressing tab or shift+tab. Users should be encouraged to use ctrl+alt+arrow keys because this fives you a much better orientation within the table. And you hear the borders of the table as well. In forms for example you do not get announced that the next tab press will bring you back to the first field. And in my opinion we can find lots of such logical navigation paths where users are not desoriented even though NVDA does not announce what will happen next. For example pressing tab when editing an excel cell brings you to the next cell but your text will be saved in the previous cell. This is also not announced but it is known by every ecxel user and thus, this behavior does not desorientate users. I suggest closing this issue and adding some recommendations in the user guide. |
@rameshwar.nagar could you please raise a Pull request for this issue? |
@jcsteh, @michaelDCurran, the author of the patch uploaded above seems not to be available on Github anymore. In my view we do not need this extra verbosity because the table borders are reported by NVDA when navigating with ctrl+alt+arrow keys. Are there any plans to implement this though? |
After thinking more about this, I think for braille display users would be beneficial to have such a feature like a notification which can appear for five seconds or so. But in my view this would not be needed for speech. |
Hi,
I think it makes all sense that this message is given by speech.
I agree with you that Ctrl+ Alt should be used as youre reading, but when
you 're filling the table it is more practical to use Tab.
Regards,
NSousa
Em sex, 3 de mai de 2019 às 20:57, Adriani90 <[email protected]>
escreveu:
… After thinking more about this, I think for braille display users would be
beneficial to have such a feature like a notification which can appear for
five seconds or so. But in my view this would not be needed for speech.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3018 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEGVMVAT3KPKC63URGJ563TPTSKLVANCNFSM4DW5J2SQ>
.
--
Norberto Inácio de Sousa
Consultor de acessibilidade Web e digital;
Formador de acessibilidade, informática e línguas;
https://www.linkedin.com/in/norberto-in%C3%A1cio-de-sousa-a129ab4b/
Tlm. 962836137
|
After thinking more about this, the fact that pressing tab in the last cell creates a new row, is valid also for sighted people and there is no message for them which displays that a new row is created, at least according to my knowledge. |
There may be no specific message, but the fact that a new row visually appears,
and its cells are blank, is likely immediately apparent to a sighted user.
If the whole table is on the screen, it can be seen to grow, yes?
IMO that warrants that equivalent knowledge be passed to a blind user. A message
is likely the best, maybe the only, way to do that.
|
Currently, at least in the Microsoft Word in Office 365, when pressing TAB in the last cell of a table NVDA announces that the table size has changed, and that caret has moved to the new cell, along with its coordinates. |
Hi,
Since NVDA has the information about how many rows/coluns the table has,
perhaps is not so dificult to verbose such message.
I don't know if it helps but:
Jaws, since long time ago, warns: Last row, pressing tab adds a new row;
Narrator, tested now with word 2016, doesn't announce anything pressing
Tab, but if you press shift + tab to the previous row, it announces, for
example, row 2 of 4 rows. And if you press Ctrl + Alt + arrow Down in the
last row, it announces that it is the last row.
Regards,
NSousa
Łukasz Golonka ***@***.***> escreveu no dia sábado,
16/09/2023 à(s) 10:56:
… Currently, at least in the Microsoft Word in Office 365, when pressing TAB
in the last cell of a table NVDA announces that the table size has changed,
and that caret has moved to the new cell, along with its coordinates.
This however covers only the part of the issue, that is blind user is
aware that new row was added. There is however, no announcement that the
cell in which user is positioned currently is the last one, which is pretty
apparent to a sighted person. I don't have a clear idea in which way this
can be communicated, as not to be overly verbose, but the original problem,
is IMHO, valid to some extend.
—
Reply to this email directly, view it on GitHub
<#3018 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEGVMVFZ5OKATTK6MBBNX3TX2VZT3ANCNFSM4DW5J2SQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
*Norberto Inácio de Sousa*
Consultor de acessibilidade Web e digital;
Facilitador em acessibilidade Web – Nível prata (Curso auditores pela AMA);
Formador de acessibilidade, TIC e línguas;
https://www.linkedin.com/in/norberto-in%C3%A1cio-de-sousa-a129ab4b/
Tlm. 962836137
|
For NVDA to report the new added row properly, "tables" must be enabled in document formating settings. Even though cell coorinates are enabled, these work only together with the tables option. This bug, at least for browse mode, how ever is already covered in #8583. I think this issue would be solved if there was the possibility to switch into a table mode where you can use arrow keys to navigate the cells. We could introduce gesture layers, wher i.e. you press nvda+shift+t to enable table mode and then use arrow keys or other commands to navigate the table without leaving it. |
Reported by sumandogra on 2013-02-22 14:14
MS Word 2010
On reaching the last cell in a table, NVDA does not give the warning that pressing TAB may result in creating another row below the last row of the table. This message is very important.
Instead NVDA announces -out of table and create a new empty row. This can result in confusion to some users.
Steps to reproduce:
It will be helpful if user is informed about the last cell and a warning is given that on using TAB further a new empty row will be created.
Blocked by #46
The text was updated successfully, but these errors were encountered: