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
This commit is contained in:
Caolán McNamara
2016-11-21 14:33:31 +00:00
parent 66ccfcd290
commit 6f8f053a22
3 changed files with 9 additions and 9 deletions

View File

@@ -105,7 +105,7 @@
</node>
<node oor:name="private:resource/toolbar/findbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,3</value>
<value>0,1</value>
</prop>
<prop oor:name="Docked" oor:type="xs:boolean">
<value>true</value>
@@ -159,7 +159,7 @@
</node>
<node oor:name="private:resource/toolbar/tableobjectbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,0</value>
<value>0,2</value>
</prop>
<prop oor:name="DockingArea" oor:type="xs:int">
<value>1</value>
@@ -179,7 +179,7 @@
</node>
<node oor:name="private:resource/toolbar/numobjectbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,0</value>
<value>0,3</value>
</prop>
<prop oor:name="DockingArea" oor:type="xs:int">
<value>1</value>

View File

@@ -95,7 +95,7 @@
</node>
<node oor:name="private:resource/toolbar/findbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,3</value>
<value>0,1</value>
</prop>
<prop oor:name="Docked" oor:type="xs:boolean">
<value>true</value>
@@ -172,7 +172,7 @@
</node>
<node oor:name="private:resource/toolbar/tableobjectbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,0</value>
<value>0,2</value>
</prop>
<prop oor:name="DockingArea" oor:type="xs:int">
<value>1</value>
@@ -482,7 +482,7 @@
</node>
<node oor:name="private:resource/toolbar/numobjectbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,0</value>
<value>0,3</value>
</prop>
<prop oor:name="DockingArea" oor:type="xs:int">
<value>1</value>

View File

@@ -105,7 +105,7 @@
</node>
<node oor:name="private:resource/toolbar/findbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,3</value>
<value>0,1</value>
</prop>
<prop oor:name="Docked" oor:type="xs:boolean">
<value>true</value>
@@ -221,7 +221,7 @@
</node>
<node oor:name="private:resource/toolbar/tableobjectbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,1</value>
<value>0,2</value>
</prop>
<prop oor:name="DockingArea" oor:type="xs:int">
<value>1</value>
@@ -241,7 +241,7 @@
</node>
<node oor:name="private:resource/toolbar/numobjectbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
<value>0,2</value>
<value>0,3</value>
</prop>
<prop oor:name="DockingArea" oor:type="xs:int">
<value>1</value>