<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 - EDITING: Incorrectly displayed cell contents during editing immediately after fill"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=119110">119110</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>EDITING: Incorrectly displayed cell contents during editing immediately after fill
          </td>
        </tr>

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

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

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

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

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>bsb_2@mail.bg
          </td>
        </tr></table>
      <p>
        <div>
        <pre>When trying to edit the cell contents immediately after filling that cell, it
is displayed incorrectly - the old value of the cell is shown.

Steps to reproduce:
1. Enter a value in cell A1, e.g. 10.
2. Move to cell A2.
3. Press Ctrl+D ("Fill down" under Windows).
4. See how cell A2 is populated with the value of A1, 10.
5. Notice the formula bar still being empty. Press F2 to edit the content of
the cell - notice there is no content. Actually, this is the previous content
of the cell, it having been empty before.
6. Move the selection away from cell A2, then return to A2, notice the updated
content in the formula bar and press F2 to verify the expected content is
displayed.

The direction of the fill doesn't matter.
The value of the new cell doesn't matter. Actually, it's better seen when the
filled cell contains some value. E.g. let's have A2 contain 20. Notice how
after filling it the value in the grid changes (to 10 in this example), but the
value in the formula bar stays at 20, and pressing F2 shows 20 as a value of
the cell.

Expected behaviour: the newly filled value should be immediately updated in the
formula bar and in the cell upon pressing F2, not after the selection is moved.

However, this seems to be only a display issue, since formulas involving filled
cell seem to be updated correctly.</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>