From 77bb8d26e73f76ad1ecdb3abda91b0e3edbb1bb1 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Nov 21 2016 14:45:47 +0000 Subject: set the search toolbar so it doesn't jump around --- diff --git a/0001-set-the-search-toolbar-so-it-doesn-t-move-around-wrt.patch b/0001-set-the-search-toolbar-so-it-doesn-t-move-around-wrt.patch new file mode 100644 index 0000000..8a345ad --- /dev/null +++ b/0001-set-the-search-toolbar-so-it-doesn-t-move-around-wrt.patch @@ -0,0 +1,123 @@ +From 61a3d5c35c611af412fd9d1f94e71fa7694c3a64 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= +Date: Mon, 21 Nov 2016 14:33:31 +0000 +Subject: [PATCH] set the search toolbar so it doesn't move around wrt + table/numbering toolbars + +- in Writer +- Ctrl+F +=> search field/toolbox appears at the bottom +- enter some search term and click on the "Find Next" arrow +- if the searched term appears in in a list or a table, the +corresponding contextual toolbox appears _below_ the search toolbox, +pushing it one row above. +=> as user searchs repeatedly by clicking on the "Find Next" arrow, user tends +to click on the appeared toolbox, triggering unwanted actions (like re-starting +numbering of lists). + +As a user, I'd like to have: +- the search toolbox remaining fixed on the screen and not moving around + +Change-Id: I809f1ff4479c31917323a39e15079205553e8b22 +--- + .../data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu | 6 +++--- + .../registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu | 6 +++--- + .../registry/data/org/openoffice/Office/UI/WriterWindowState.xcu | 6 +++--- + 3 files changed, 9 insertions(+), 9 deletions(-) + +diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu +index 7d1baa4..4a22d51 100644 +--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu ++++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterGlobalWindowState.xcu +@@ -105,7 +105,7 @@ + + + +- 0,3 ++ 0,1 + + + true +@@ -159,7 +159,7 @@ + + + +- 0,0 ++ 0,2 + + + 1 +@@ -179,7 +179,7 @@ + + + +- 0,0 ++ 0,3 + + + 1 +diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu +index ccbc3ca..87c4c86 100644 +--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu ++++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWebWindowState.xcu +@@ -95,7 +95,7 @@ + + + +- 0,3 ++ 0,1 + + + true +@@ -172,7 +172,7 @@ + + + +- 0,0 ++ 0,2 + + + 1 +@@ -482,7 +482,7 @@ + + + +- 0,0 ++ 0,3 + + + 1 +diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu +index 00fc15e..f1eb33d 100644 +--- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu ++++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu +@@ -105,7 +105,7 @@ + + + +- 0,3 ++ 0,1 + + + true +@@ -221,7 +221,7 @@ + + + +- 0,1 ++ 0,2 + + + 1 +@@ -241,7 +241,7 @@ + + + +- 0,2 ++ 0,3 + + + 1 +-- +2.9.3 + diff --git a/libreoffice.spec b/libreoffice.spec index 764e1e9..4b46b3c 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -298,6 +298,7 @@ Patch61: 0001-google-docs-can-generate-a-pptx-with-an-empty-cmLst.patch # want a nice abrt report Patch62: 0001-don-t-suppress-crashes.patch Patch63: 0001-drawing-shapes-aren-t-tracking-style-name-changes-co.patch +Patch64: 0001-set-the-search-toolbar-so-it-doesn-t-move-around-wrt.patch %if ! 0%{?rhel} Patch400: 0001-Update-liborcus-to-0.11.0.patch