| Summary: | "Close" button in "Target in Hyperlink" dialog missing its left border | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | sdc.blanco |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | trivial | CC: | caolan.mcnamara, raal, xiscofauli |
| Priority: | lowest | Keywords: | bibisected, bisected, regression |
| Version: | 7.0.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.2.0 target:7.1.3 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
sdc.blanco
2021-03-29 10:00:21 UTC
Reproduced in Version: 7.2.0.0.alpha0+ / LibreOffice Community Build ID: dd5fe1b7602e0b772b3ddc188eb4d1fdfcd519cb CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded Also reproduced in Version: 6.4.0.0.alpha1+ Build ID: 9bc848cf0d301aa57eabcffa101a1cf87bad6470 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded Not reproduced in Version: 6.3.0.0.alpha1+ Build ID: c98b1f1cd43b3e109bcaf6324ef2d1f449b34099 CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: x11; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded it needs to be bisected with 6.4 repo This seems to have begun at the below commit. Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one? Thanks commit a631c7c0d332ab8cedbfe4ae86b2f889890721bd Author: Jenkins Build User <tdf@pollux.tdf> Date: Mon Jun 17 14:05:03 2019 +0200 source 30b4f468b04d48e3fa734780028079a351b73306 https://gerrit.libreoffice.org/c/core/+/74152 weld SvxHlinkDlgMarkWnd The dialog width ends up narrower than it needs to be so the left side of that button is clipped off. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a80fdc6894b81b7cd35fcf2c23079497daa66f89 tdf#141318 Dialog::GetOptimalSize not including border if called before Show It will be available in 7.2.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. looks good in main, backport to 7-1 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/ba8b0906d8cfa2151363c718fd2e22091b7fd053 tdf#141318 Dialog::GetOptimalSize not including border if called before Show It will be available in 7.1.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. |