| Summary: | heading fields in headers and footers do not track heading content through the document | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | guruglenn <v+libre> |
| Component: | Writer | Assignee: | Baole Fang <baole.fang> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | baole.fang |
| Priority: | medium | Keywords: | bisected, regression |
| Version: | 24.2.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=154052 | ||
| Whiteboard: | target:24.8.0 target:24.2.1.2 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: | basic document to demonstrate bug. | ||
|
Description
guruglenn
2024-02-11 07:15:09 UTC
To reproduce from scratch: 1. Create a new text document; 2. Insert->Field->More Fields->Document->Heading (Heading contents), select "Up to level": 9, press [Insert], then [Close]; 3. In Navigator, right-click the field, choose Edit, and inspect the "Up to level" value. In 7.6.0.3, it's 9. In 23.2.0.3 (and in current master), it's 8. Suspecting something related to the replacement of "Up to level"'s spin button with drop-down list. Regression after commit 27fde46937ecb71e7ce738cba430119a79cea77f. Sorry, start fixing it now. (In reply to Baole Fang from comment #3) Thanks, and please don't be sorry. The collective wisdom in the project is "there is no improvement without a regression" ;) - which is ~expected, given the size of the codebase, its complexity and interconnections. That's a very nice way to put it, Mike, a former co-worker used to put it this way: New bugs for old! :) Baole Fang committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/694b9b6422ee27da13ad455174cde50b1a673ac7 tdf#159678: Fix heading dropdown list It will be available in 24.8.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. Baole Fang committed a patch related to this issue. It has been pushed to "libreoffice-24-2": https://git.libreoffice.org/core/commit/9d48831793cdbf93975b71083fbcc9577c17fceb tdf#159678: Fix heading dropdown list It will be available in 24.2.2. 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. Baole Fang committed a patch related to this issue. It has been pushed to "libreoffice-24-2-1": https://git.libreoffice.org/core/commit/613135cef0b6b2cc9d01d9a7126fb6707fd473f0 tdf#159678: Fix heading dropdown list It will be available in 24.2.1. 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. |