| Summary: | BreakDlg does not work for breaks that want to show progress and are stoppable by the user | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Armin Le Grand <Armin.Le.Grand> |
| Component: | Draw | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | Armin.Le.Grand, caolan.mcnamara, xiscofauli |
| Priority: | medium | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=102852 | ||
| Whiteboard: | target:7.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Armin Le Grand
2020-03-18 08:56:31 UTC
The cancel button appears to only have an effect during the "processing metafile" stage rather than the "broken down/inserted drawing object" phases but that seems to have been ~always the case and/or not related to Application::Reschedule/ensureRepaint Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b913cec377878ed640582dcf611ccf8eaf21bd85 tdf#131395 handle all outstanding events It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. that seems to work for me for the gen case, which I assume should do the same for win |