| Summary: | kde5: Unnecessary white window in Base Database Wizard | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Michael Weghorn <m.weghorn> |
| Component: | UI | Assignee: | Katarina Behrens (Inactive) <Katarina.Behrens> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | Katarina.Behrens, marsianer, m.weghorn, thb |
| Priority: | medium | ||
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=121972 | ||
| Whiteboard: | target:6.3.0 target:6.2.3 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 102495 | ||
| Attachments: | Screenshot showing the wizard and the additional window | ||
|
Description
Michael Weghorn
2018-09-13 15:15:41 UTC
Created attachment 144847 [details]
Screenshot showing the wizard and the additional window
*** Bug 121972 has been marked as a duplicate of this bug. *** Katarina Behrens committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/9191b59ac13d59a50f88e74604f02eb97e969e89%5E%21 tdf#119853: Set window state only, don't actually show the window It will be available in 6.3.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. Hm so let's set this to fixed, I no longer reproduce neither this issue nor bug 121972 Verified with Version: 6.3.0.0.alpha0+ Build ID: 3b5dd1d49e3b5d669d020f0b268625b106c1c661 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: kde5; Locale: en-GB (en_GB.UTF-8); UI-Language: en-US Calc: threaded Katarina Behrens committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/4b190dcd17a12706e8cc555026c5e6852124ede5%5E%21 tdf#119853: Set window state only, don't actually show the window It will be available in 6.2.3. 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. For KDe5 only I had a problem with using the progress bar created using createStatusIndicator(). In my Base application when activating a process from a form I expected the form to retain as is but with a growing progress bar in the status area. When the process completed the progress bar would be closed. Starting with 6.2.0, using KDE5, instead of my expected results I got a repeatedly white flashing screen. The form that started the process would not be visible and neither was the progress bar. When the process completed the screen reverted back to my form. This patch by Katarina Behrens fixes this problem. Tested it in 6.2.3 as fixed. Happy to read :thumbs-up: |