| Summary: | "Start at" value in bullets and numbering is not taken over | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Gustav Wall <pendler> |
| Component: | Impress | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | caolan.mcnamara, raal, sdc.blanco |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.2.0.3 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:7.4.0 target:7.3.4 | ||
| Crash report or crash signature: | Regression By: | Caolán McNamara | |
| Attachments: | Example screenshot "bullets and numberuing" dialog | ||
|
Description
Gustav Wall
2022-05-15 07:59:33 UTC
Created attachment 180124 [details]
Example screenshot "bullets and numberuing" dialog
Do not reproduce in Impress (or Writer) with: Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 4ea44fdb19e568093ab1e0549c3ffa33296a486b CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: da-DK (da_DK); UI: en-US Calc: CL Do not reproduce in Impress with: Version: 7.2.6.2 (x64) / LibreOffice Community Build ID: b0ec3a565991f7569a5a7f5d24fed7f52653d754 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: da-DK (da_DK); UI: en-US Calc: threaded DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS" No repro 6.1, repro 6.2 and 7.4+ in Linux GTK3. Not in Windows. 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 4d665ab9eb625b71a26cf29f6d261a18cf9c79b6 is the first bad commit commit 4d665ab9eb625b71a26cf29f6d261a18cf9c79b6 Author: Jenkins Build User <tdf@pollux.tdf> Date: Wed Oct 3 18:33:28 2018 +0200 source 42e5319342f436f43ada228818d928cc8fd01d5b https://git.libreoffice.org/core/+/42e5319342f436f43ada228818d928cc8fd01d5b we're listening to when the text changes and querying the value, but the value wasn't been set from the changed text yet so we get the old value if we do that Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/9969b7ee3413b4c83f6e93d92e1038daeaf649e8 Resolves: tdf#149093 connect_value_change if we will query its value It will be available in 7.4.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. done in trunk, backport to 7-3 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/26203fd60631a091739cbba7cc7220429e1b9d21 Resolves: tdf#149093 connect_value_change if we will query its value It will be available in 7.3.4. 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. |