<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 - BreakDlg does not work for breaks that want to show progress and are stoppable by the user"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131395">131395</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>BreakDlg does not work for breaks that want to show progress and are stoppable by the user
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Draw
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>Armin.Le.Grand@me.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Re-appearing tdf#152852.
How to trigger:

- get bugdoc from <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Insertion of DXF image fail to produce a correct image"
   href="show_bug.cgi?id=89901">tdf#89901</a>
- open - creates a draw
- select obj
- context menu -> break...
- opens the break dialog
-> that dialog has a progess counter and a cancel-button due to this action can
take a long time and allow the user to see progress (elevator-mirror-effect) or
to cancel action. Both is not possible since the Dialog gets no repaints
(anymore)

Reasonm is that

    Application::Reschedule(true);

instead of 

    ensureRepaint();

is *not* enough in BreakDlg::UpDate (IMPL_LINK( BreakDlg, UpDate, void*, nInit,
bool )) to get repaint done - at least not under Win...
1st reopened tdf#152852, but now created new task. Sorry, was not aware that
this is necessary.</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>