Bug 151548 - No access to FormField controls in StarBASIC/VBA
Summary: No access to FormField controls in StarBASIC/VBA
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:7.5.0 inReleaseNotes:7.5 targe...
Keywords:
Depends on:
Blocks: Macro-VBA
  Show dependency treegraph
 
Reported: 2022-10-15 18:52 UTC by Justin L
Modified: 2023-06-27 21:44 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
formfieldMacros.doc: macro on check1 (check2 = check1) (42.50 KB, application/msword)
2022-10-15 18:52 UTC, Justin L
Details
activeNavigation_tabIndexDemo.docx (9.77 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2023-05-04 12:02 UTC, Justin L
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin L 2022-10-15 18:52:12 UTC
Created attachment 183065 [details]
formfieldMacros.doc: macro on check1 (check2 = check1)

Of the three types of form controls (formfields, activeX, content controls), only activeX controls can trigger macros or be modified by macros.

AFAIK, only Word (not Excel) has "formfields" - which are a variation on bookmarks.

sw/source/ui/vba/vbadocument.cxx SwVbaDocument::FormFields is an empty stub.

Steps to reproduce:
1.) Open the document. This report focus on the bottom checkboxes in Toolbar - Forms.
2.) press "Clear all checkboxes" button. This should clear all 4 checkboxes.
3.) re-check the first Toolbar-Forms-checkbox and press "tab" to move to the next one. (The on-exit macro should kick in with a msgbox and turn Check2 off).
Comment 1 Commit Notification 2022-10-17 22:33:51 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7d260761702a5a172f3554bbf44d0e810c441a51

related tdf#151548 sw: use start of selection for GetCurrentFieldmark

It will be available in 7.5.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.
Comment 2 Commit Notification 2022-10-18 09:38:02 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/8ad39b6f2aff3ca37aeaaaaff5373991e853c329

tdf#151548 sw: use provided name for formfields

It will be available in 7.5.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.
Comment 3 Commit Notification 2022-10-18 10:44:39 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0bf8a781ffec13b4fbcb96a2e9349b423a92cb1d

related tdf#151548 sw: KEY_DOWN access to FieldmarkWithDropDownButton

It will be available in 7.5.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.
Comment 4 Commit Notification 2022-11-10 08:00:01 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2a26f136a36791c06caa895d5a25f4633fd10651

tdf#151548 vba FormFields: Add basic word::XFormField support

It will be available in 7.5.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.
Comment 5 Commit Notification 2022-11-11 10:20:08 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7444c8c87a228e4259f5dd34edfcf4c92ed02504

tdf#151548 vba FormFields: Add basic word::XCheckBox support

It will be available in 7.5.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.
Comment 6 Commit Notification 2022-11-14 08:44:25 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/98d322d6c0e935a24f46bef014824084b6fcfdfd

tdf#151548 vba FormFields: Add basic word::XTextInput support

It will be available in 7.5.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.
Comment 7 Commit Notification 2022-11-15 10:08:11 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/b8fa94b28a2fbf75edc0d31fbf776d40a227e794

tdf#151548 vba FormFields: Add basic word::XDropDown support

It will be available in 7.5.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.
Comment 8 Commit Notification 2022-11-16 08:03:02 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/383eaa656cf19f40f5b98533afb020c27ae09bc9

tdf#151548: cleanup "Add basic word::XFormField support" etc.

It will be available in 7.5.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.
Comment 9 Justin L 2022-11-23 19:42:05 UTC
I don't think that adding FormFields to StarBASIC (i.e. ODT format) is worthwhile. First, you can't just save a .doc -> .odt and have the macro system come over, so that aspect of it is irrelevant. Second, since there are three ways to get these controls (and FormFields are the oldest way), it doesn't make sense to introduce that now. Instead, use ContentControls.

At this point, I think that FormFields are basically complete and functional.
So as far as that goes, this issue could be closed.

I am also going to use this issue as the reference for adding support for VBA ContentControls.
Comment 10 Commit Notification 2022-11-24 22:25:16 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/24d7431876e87eba700a9f141dc8e030143a92ad

tdf#151548 vba ContentControls: Add basic word::XContentControl

It will be available in 7.5.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.
Comment 11 Commit Notification 2022-11-25 17:10:11 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/432e5e6e33c3687cdb67ee0a64d57169a82e641d

tdf#151548 vba ContentControls: Add word::XContentControlListEntry

It will be available in 7.5.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.
Comment 12 Commit Notification 2022-11-28 08:34:26 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/c74ff490903ee04725e9dfee6fdc3598a3a61190

tdf#151548 ContentControls: Add Invalidate()

It will be available in 7.5.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.
Comment 13 Commit Notification 2022-11-28 21:01:28 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/330194d164be6f5ac33a3d7a229f9ace8d54d68d

tdf#151548 ContentControls: improve ListEntry::setValue

It will be available in 7.5.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.
Comment 14 Commit Notification 2022-11-30 07:36:21 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/79553e784c6d4587814bc2a577d7251c458df8d4

tdf#151548 ContentControls: improve Invalidation

It will be available in 7.5.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.
Comment 15 Commit Notification 2022-12-01 20:27:08 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/64ad923652a11dc68a93f41044df9719c15dec86

tdf#151548 ContentControls: improve GetSelectedListItem

It will be available in 7.5.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.
Comment 16 Commit Notification 2022-12-01 20:32:33 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/982f9ec1e07364e317fbcd25f1ef06f984cc0ce8

tdf#151548 ContentControls: Add Delete()

It will be available in 7.5.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.
Comment 17 Commit Notification 2022-12-03 00:46:09 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/567c9066933b4c02377368e17a3b32f7ab7c5451

tdf#151548 ContentControls vba: allow search by name/float

It will be available in 7.5.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.
Comment 18 Commit Notification 2022-12-09 13:51:36 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/a5098b222c9406af858fd6d94d0ceb2c3c2066a8

tdf#151548 sw content controls: preserve tag for block SDTs

It will be available in 7.6.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.
Comment 19 Commit Notification 2022-12-12 09:12:23 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "libreoffice-7-5":

https://git.libreoffice.org/core/commit/2ff44f77f53170d9075ea2607debf799f96724fb

tdf#151548 sw content controls: preserve tag for block SDTs

It will be available in 7.5.0.0.beta2.

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.
Comment 20 Commit Notification 2022-12-13 14:25:53 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/65fa248f9a9504747a63698746350db139ae53ce

tdf#151548 sw content controls: preserve lock

It will be available in 7.6.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.
Comment 21 Commit Notification 2022-12-14 07:15:37 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/908d058c67c4efb3dc142ea8d6ad59badf01c9c6

tdf#151548 sw content controls: preserve tabIndex

It will be available in 7.6.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.
Comment 22 Commit Notification 2022-12-15 02:03:11 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/28ff4647e9dac8eebe3a169e828bacc8dc78e363

tdf#151548 vba ContentControls: showingPlaceholder improvements

It will be available in 7.6.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.
Comment 23 Commit Notification 2022-12-15 08:25:49 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/9c1927df9c266834b5a2da4b7f23af0b8e8b8c6e

tdf#151548 vba ContentControls: implement Range

It will be available in 7.6.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.
Comment 24 Commit Notification 2022-12-16 07:40:04 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/88d4e7416921d4c3c71d9effa04ff56a541b169d

tdf#151548 vba FormFields: implement Range

It will be available in 7.6.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.
Comment 25 Commit Notification 2022-12-19 15:27:00 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/ea9938b0a63b25cbfdd575c1745f208d27660f20

tdf#151548 vba ContentControls: fix fundamental error

It will be available in 7.6.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.
Comment 26 Commit Notification 2022-12-19 16:04:08 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/61604ecfcfe2a9fbe3057a9fc38bfc6cc3b22b08

tdf#151548 vba ContentControls: don't always return a filtered value

It will be available in 7.6.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.
Comment 27 Commit Notification 2022-12-21 00:25:17 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/2e8776c181d0e38a8d25481ac0eb33389940bf95

tdf#151548: second cleanup "Add basic word::XFormField support" etc.

It will be available in 7.6.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.
Comment 28 Commit Notification 2022-12-21 08:02:55 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/8389048cb41291917449e87b2901d6133bce3373

tdf#151548 sw ContentControls: use ResetAttrs with undo.

It will be available in 7.6.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.
Comment 29 Commit Notification 2022-12-25 02:59:30 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/24b969d10cd81e6f5eb438ded075dd330a1cde29

tdf#151548 DOCX formfield: export checkbox name

It will be available in 7.6.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.
Comment 30 Commit Notification 2022-12-26 13:47:56 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/6a46845839f0d7e6ca2b1586e3ab268dcdbb2dea

tdf#151548 ww8export: export formfield names

It will be available in 7.6.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.
Comment 31 Commit Notification 2023-01-24 22:22:28 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/e125e6623fa1c0f39d927bb37547ca6d1e299cb1

related tdf#151548 formfield navigation: loop to beginning/end

It will be available in 7.6.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.
Comment 32 Commit Notification 2023-01-27 07:33:49 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/52d5f2e247e6b0a638fc0ec83f5dbc1cca30d1cd

tdf#151548 sw content controls: preserve tabIndex val="-1"

It will be available in 7.6.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.
Comment 33 Commit Notification 2023-01-30 08:36:27 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/745650e2227bdf27fc322b357780a1aa3dc5fa73

tdf#151548 sw content controls: keyboard navigation with tab key

It will be available in 7.6.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.
Comment 34 Commit Notification 2023-01-30 08:37:29 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/441d0b0fb2eef890a465c061a3d68a07c4a51832

tdf#151548 sw content controls: actually gotoFormatContentControl

It will be available in 7.6.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.
Comment 35 Justin L 2023-02-02 18:33:38 UTC
I think this can be marked as fixed. Certainly all of the foundational pieces are there, although a lot of gaps can still be filled in. But it's my bug, so I guess I can determine when it is fixed.
Comment 36 Commit Notification 2023-02-27 07:26:22 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0d2a962c363632a890a994e7e143099c53ac4283

tdf#151548 sw content controls: add UI for Id and TabIndex

It will be available in 7.6.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.
Comment 37 Justin L 2023-05-04 12:02:33 UTC
Created attachment 187080 [details]
activeNavigation_tabIndexDemo.docx
Comment 38 Commit Notification 2023-06-27 02:06:47 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/609a1567d0e60ca11800df56059b97b6a61ad117

tdf#151548 ContentControls vba: allow search by float #2

It will be available in 24.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.
Comment 39 Justin L 2023-06-27 21:42:14 UTC
(In reply to Commit Notification from comment #38)
> tdf#151548 ContentControls vba: allow search by float #2
This is a hacky patch. However, I did find the "correct" place to fix it, and it is extremely dangerous. https://gerrit.libreoffice.org/c/core/+/153685
Comment 40 Commit Notification 2023-06-27 21:44:26 UTC
Justin Luth committed a patch related to this issue.
It has been pushed to "libreoffice-7-6":

https://git.libreoffice.org/core/commit/efdf2505df7fe766465e4cd5b8bc429ca8d51f71

tdf#151548 ContentControls vba: allow search by float #2

It will be available in 7.6.0.0.beta2.

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.