https://bugs.documentfoundation.org/show_bug.cgi?id=91175

Matthew Francis <fdb...@neosheffield.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|regression                  |
             Status|NEW                         |RESOLVED
                 CC|                            |fdb...@neosheffield.co.uk
         Resolution|---                         |NOTABUG
         Whiteboard|bibisectRequest             |

--- Comment #2 from Matthew Francis <fdb...@neosheffield.co.uk> ---
This is caused by

commit 93d22efb334ad85fd02deb83ec1baf538cf0cba3
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Fri Sep 27 17:28:47 2013 +0200

    ignore hidden row/columns when navigating, fdo#45020

    Change-Id: I597d7dbef07479f66894c7fce5ee21f340b43120


The problem here is that you're calling the desktop commands which are executed
for keyboard actions and expecting them not to ignore hidden columns (which
correctly should be ignored when navigating using the keyboard)

Instead of this, you should use the API to manipulate cell data by explicit
cell / range names

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to