diff options
author | Marina Latini <marina@studiostorti.com> | 2017-12-05 18:43:11 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-12-14 13:27:00 +0100 |
commit | 8582e9a837eb5bcf69ea5f82611e4a8cc3e67b98 (patch) | |
tree | c4d1b22afd72066ca75f88e64f4b75eece00692e | |
parent | 08d050776d98022591ec55ea19850b68280b768e (diff) |
tdf#101014 Keyboard between textboxes - part 2
Fixed the a11y issue in layout AUTOLAYOUT_TITLE_2CONTENT_CONTENT
now the selection via keyboard works as requested
Change-Id: I034776393c8cca68d5cb3702f12111a057d4134b
Reviewed-on: https://gerrit.libreoffice.org/45907
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
(cherry picked from commit 1623caf67a0670f332fc45b9f25aac8818cad9a6)
Reviewed-on: https://gerrit.libreoffice.org/46421
-rw-r--r-- | sd/xml/layoutlist.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/xml/layoutlist.xml b/sd/xml/layoutlist.xml index a7b12821b999..4d139ace483d 100644 --- a/sd/xml/layoutlist.xml +++ b/sd/xml/layoutlist.xml @@ -56,8 +56,8 @@ <layout type="AUTOLAYOUT_TITLE_2CONTENT_CONTENT"> <presobj kind="PRESOBJ_TITLE" relative-height="1" relative-width="1" relative-posX="0" relative-posY="0"/> <presobj kind="PRESOBJ_OUTLINE1" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="0"/> - <presobj kind="PRESOBJ_OUTLINE2" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="1.095"/> - <presobj kind="PRESOBJ_OUTLINE3" relative-height="1" relative-width="0.488" relative-posX="1.05" relative-posY="0"/> + <presobj kind="PRESOBJ_OUTLINE2" relative-height="1" relative-width="0.488" relative-posX="1.05" relative-posY="0"/> + <presobj kind="PRESOBJ_OUTLINE3" relative-height="0.477" relative-width="0.488" relative-posX="0" relative-posY="1.095"/> </layout> <layout type="AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENT"> <presobj kind="PRESOBJ_TITLE" relative-height="1" relative-width="1" relative-posX="0" relative-posY="0"/> |