Follow-up to Bug 89901. From that task, extract the metafile - it's huge so I will not add it here - open bugdoc, select graphic, save. - open Draw/Impress - insert graphic - in context menu, choose 'Break' -> short dialog show-up, end of action, no Break executed at all What should happen: A Dialog is shown that is used when the to-be-broken object has more than 1000 entries. That dialog shows the progress to the user and allows to cancel the action
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