If opening some DOCX files failed, the "Loading document..." green progress bar is not hidden after the error message is closed and LibreOffice returns to Start Center. To reproduce, open LibreOffice Start Center, and try to open e.g. attachment 121706 [details]. After SAXParseException message is shown and dismissed, the progress bar stays. The problem is in OOXMLDocumentImpl::resolve. Suggested approach is to use RAII. Marking as easyhack.
I confirm it
Please add code pointers as comment, and skill<foo> as keyword in order to make it an easyhack.
Working on it
A polite ping, still working on this bug
A polite ping, still working on this bug?
tagezi committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=58e4b36ace484f2743a3b9919d830c175464b05d tdf#104650 Creating guard to reset status indicator It will be available in 6.1.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.
tagezi committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=89853de3231e92a17a646acb7f99584220fadad8&h=libreoffice-6-0 tdf#104650 Creating guard to reset status indicator It will be available in 6.0.0.1. 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.