<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 - Selecting a page's first line also selects beginning-of-page marker"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122835">122835</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Selecting a page's first line also selects beginning-of-page marker
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>minor
          </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>johannes.riecken@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Descrption: When I select any page's first line including line-break with mouse
or keyboard and then instantiate the selection's contents somewhere else in the
document (cut/copy/paste or drag&drop), then a line-break is inserted before
the selection contents. When selecting with the mouse, then any selection
including the page's first character is enough.

Steps to reproduce:
1. In a new document type Lorem<newline>Ipsum<newline>
2. Move to the beginning of line 1 and select it with shift down arrow. 
3. Cut the line.
4. Move to the empty line at the end and paste.

Expected result:
==Page 1==
Ipsum
Lorem

Actual result:
==Page 1==
Ipsum
==Page 2==
Lorem</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>