<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Cursor position when using functions in the table."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=138457">138457</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Cursor position when using functions in the table.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>7.0.3.1 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>senol.aldibas@pardus.org.tr
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
In LibreOffice Writer application, while adding a function to the table, the
cursor is positioned after the function name, but it is positioned before the
function name.
This situation, when not paid attention, causes the result of "sum" to be
generated in all functions.

Steps to Reproduce:
1. Insert table (for example: 3x3)
2. Press "=" key
3. Press "fx" and select any function
4. Select target cells
5. Press "Enter"

Actual Results:
If the cursor position is not paid attention to :
=<A1:B1>mean
or 
=<A1:B1>min


Expected Results:
The cursor must be positioned after the function name
=mean<A1:B1>
or 
=min<A1:B1>


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
In case of carelessness it can have sad consequences.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>