Description: It's impossible to add new document content bibliography entries because the type combo box is empty. I'm experiencing this on Windows, but another user has reported it on Linux here: https://bbs.archlinux.org/viewtopic.php?id=303903 This is a regression in the latest versions. Both 25.8.5 and 25.2.1 are affected; I had to downgrade to 24.8.4 to be able to use LibreOffice. Steps to Reproduce: 1. Insert Bibliography Entry 2. Select Document Content 3. Click New 4. Click on the Type combobox Actual Results: the Type combobox is empty Expected Results: the Type combobox should provide several types of bibliography types Reproducible: Always User Profile Reset: Yes Additional Info: Version: 24.8.4.1 (x86) / LibreOffice Community Build ID: 1be9007f5d86a3741c366527d13e2970cbeef057 CPU threads: 4; OS: Windows 10 X86_64 (10.0 build 19044); UI render: Skia/Raster; VCL: win Locale: el-GR (el_GR); UI: en-US Calc: CL threaded
Based on the description, could be due to the fix to bug 164179. Let's check in a moment.
Yes indeed: flipping between b0299c4141f80dfd9989f1f376a960a9590f7a07 and the preceding one in linux-64-25.8 bibisect repo confirms it.
Hi, I'm disappointed I didn't catch this, and I apologize for this. I haven't tested it, but I think it's probably this piece of code here, because it doesn't seem to correspond to any of the old code. I would guess I wanted to clear the value, but didn't imagine the method actually clears the available options instead: ``` + else + { + m_xTypeListBox->clear(); + } ```
I just submitted a patch that solves this issue, as well as another regression introduced in that commit (i.e. short name being deleted when clicking Edit after creating a new entry).
Vojtěch Doležal committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8adf0851ee87475d9abe133de8076b39876292e5 tdf#165577 Fix bibliography regressions It will be available in 25.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.
Vojtěch Doležal committed a patch related to this issue. It has been pushed to "libreoffice-25-2": https://git.libreoffice.org/core/commit/9c2d977e27e09d02e2e98090c4c2e433ad8abc79 tdf#165577 Fix bibliography regressions It will be available in 25.2.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.
Vojtěch Doležal committed a patch related to this issue. It has been pushed to "libreoffice-24-8": https://git.libreoffice.org/core/commit/5347fc84252b059725e59f6808a8cae9e0403c07 tdf#165577 Fix bibliography regressions It will be available in 24.8.7. 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.
Should hopefully be fixed everywhere now!