[Libreoffice-bugs] [Bug 119775] Incorrect keyboard navigation when insert table toolbar button is dropped down and right or down arrow key is pressed
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat May 4 23:34:28 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=119775
Jim Raykowski <raykowj at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|libreoffice-bugs at lists.free |raykowj at gmail.com
|desktop.org |
--- Comment #2 from Jim Raykowski <raykowj at gmail.com> ---
(In reply to Buovjaga from comment #1)
> An interesting fact is that still in 3.6 the arrow keys determined the
> cell/row amounts. Later, there appeared a defect, where the selection did
> not appear with a single arrow, but you had to also press another arrow key.
> Then in the 5.x era it changed to just staying at More options button.
Reading the code it seems up until when the 'More Options...' button was added
the keyboard should have been able to be used.
Here is a patch to restore this ability when *activated by keyboard*.
https://gerrit.libreoffice.org/#/c/71813/
The patch does not show the 'More Options..." button when the Insert Table
popup window is activated using the keyboard. The Insert Table dialog
automatically opens when row or column amount using arrow keys exceeds the row
or column size of the popup. The Tab key also opens the Insert Table dialog. Up
Arrow key and Left Arrow key when on first row/column as well as Escape key and
Enter key at any time close the popup.
When the Mouse is used to activate the Insert Table popup window the 'More
Options...' button is displayed. To prevent the key input buggy behavior
reported, key input is limited to Space, Return, and Escape when the focus is
on the 'More Options...' button.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190504/9cef292f/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list