| Summary: | BreakDlg does not work anymore | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Armin Le Grand <Armin.Le.Grand> |
| Component: | Draw | Assignee: | Armin Le Grand <Armin.Le.Grand> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | Armin.Le.Grand, dennisroczek, xiscofauli |
| Priority: | medium | ||
| Version: | 5.1.0.0.alpha1 | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=131395 | ||
| Whiteboard: | target:5.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Armin Le Grand
2016-09-30 10:35:22 UTC
There is one wrong flag in the dialog implementation, probably a code-conversion error. Also the dialog gets no repaints, that can be fixed with tooling from the dialog screenshot work (slightly adapting that) Solution on gerrit Armin Le Grand committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b07163d73a28e7792011edddf246726919364a26 tdf#102852 Fixed BreakDlg It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. @Armin is that ticket resolved? Hello Armin, Is this bug fixed? If so, could you please close it as RESOLVED FIXED? Polite ping: is this bug fixed? if so, please close it as RESOLVED FIXED Xisco: Yes, checked again, fixed. again as it seems... @Caolan: 50d9f1508709e0849e8ecabfe04ac9281160d9e0 has killed that dialog showing progress again - see tdf#89901 and how to reproduce. Application::Reschedule(true); instead of ensureRepaint(); is *not* enough in BreakDlg::UpDate (IMPL_LINK( BreakDlg, UpDate, void*, nInit, bool )) to get repaint done - at leat not under Win... I can't see why we must reopen old bugs when the same sort of problem appears vs opening a new bug, it just leads to chaos (In reply to Caolán McNamara from comment #10) > I can't see why we must reopen old bugs when the same sort of problem > appears vs opening a new bug, it just leads to chaos I do agree. @Armin, please, report a new issue and add this one to the 'See also' section. Putting it back to RESOLVED FIXED |