[Libreoffice-bugs] [Bug 131395] New: BreakDlg does not work for breaks that want to show progress and are stoppable by the user
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Mar 18 08:56:31 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=131395
Bug ID: 131395
Summary: BreakDlg does not work for breaks that want to show
progress and are stoppable by the user
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Draw
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: Armin.Le.Grand at me.com
Re-appearing tdf#152852.
How to trigger:
- get bugdoc from tdf#89901
- 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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200318/1e924621/attachment.htm>
More information about the Libreoffice-bugs
mailing list