Description: Crash when insert caption of the image Steps to Reproduce: 1.open writer, insert image 2.right click image -> insert caption 3.write text into Caption textbox 4. button OK Actual Results: crash Expected Results: no crash Reproducible: Always User Profile Reset: No Additional Info: Crash in Version: 6.4.0.0.alpha0+ Build ID: 52cda5c5ae426761ccbdb4f20419098eab195303 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; No crash in Version: 6.4.0.0.alpha0+ Build ID: 52cda5c5ae426761ccbdb4f20419098eab195303 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11;
Caolán, I thought you might be interested in this issue
I see an a11y assert. gtk3 has a working a11y stack while the x11 backend doesn't.
I can fix it anyway though
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2fdfd6fcf6da5f11846c8c99943e24d85baf92c5 Resolves: tdf#128037 don't create a11y element just to destroy it It will be available in 6.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.