Description: If I "Start at" simply enter the number "N" and press OK, then the value "N" is not taken over. Steps to Reproduce: 1.I enter in "bullets and numbering" for "Start at" the value N (e.g 8) 2.press OK Actual Results: value "N" is not taken over Expected Results: value "N" is taken over Reproducible: Always User Profile Reset: No Additional Info: If I enter the value by pressing "+" and press OK, then the value "Start at" is taken over correctly.
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.