| Summary: | Template manager is incorrectly positioned at start | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Aron Budea <aron.budea> |
| Component: | Impress | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, raal, vsfoote, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=125079 | ||
| Whiteboard: | target:6.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103182 | ||
|
Description
Aron Budea
2019-04-08 01:39:15 UTC
Not confirmed on Windows builds, using the simpress.exe launcher the Se;ect a Template dialog opens in the application frame centered. Version: 6.3.0.0.alpha0+ (x64) Build ID: f3fc127dc007f32355859ae4fc7d34916c500a18 CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@42, Branch:master, Time: 2019-04-08_04:49:13 Locale: en-US (en_US); UI-Language: en-US Calc: CL Which vclplug does this happen in, is it just the gtk (2) one ? Or are you seeing it in another one ? Actually, it's the gtk3 one (and I checked now, it doesn't occur with gtk backend): Version: 6.3.0.0.alpha0+ Build ID: a183955acacbc1a3e8579f360f12fd37536120fc CPU threads: 16; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded odd, that seems to be fine for me locally. I imagine the problem is it centers itself on the background window before that window takes its final size. Maybe I need to try under X to see if that reproduces it. I can confirm with Version: 6.3.0.0.alpha0+ Build ID: 31ac398cfa30694b18240d31df17a58d699b5bf6 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; yeah, reproducible under X Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/d17d9500a23705a315992ff42cb7c449894fc2ce%5E%21 tdf#124597 template select dialog launched before parent gets final size 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. Verified in Version: 6.3.0.0.alpha0+ Build ID: b34786d2774b261be48de92f65a5d0aa3c32b289 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Caolán, thanks for fixing this issue! |