Created attachment 126513 [details] File with a not closed line as custom shape Open attached file. It contains a custom-shape with a line. Select the shape and go to the line properties in the side bar. Notice, that you can change the kind of the stroke, but that the two drop-down lists are disabled. Now open the context menu of the shape and select item 'Line'. Set the line-ends in that dialog. Notice that the line on the shape gets the selected line-ends. Save and reopen the file to make sure, that the property is correctly saved to file. I have used Version: 5.3.0.0.alpha0+ Build ID: 4a6329badc9c8679945d1a1ec225e26e15d7bfd2 CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-07-30_10:25:39 Locale: de-DE (de_DE); Calc: group
On pc Debian x86-64 with master sources updated yesterday, I could reproduce this. A codepointer: http://opengrok.libreoffice.org/xref/core/svx/source/sidebar/line/LinePropertyPanelBase.cxx#915 but "disableArrowHead" call depends on context stuff that I don't understand. In brief, it's just a starting point.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.4.1 or 5.3.6 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170901
The problem still exists in Version: 6.0.0.0.alpha0+ Build ID: 4c99b8a9de59f3c5280ff2944d9f828822897f4a CPU threads: 4; OS: Windows 6.1; UI render: default; Locale: de-DE (de_DE); Calc: group You can use the "Line" item from context menu, but the fields in the sitebar are disabled.
*** Bug 116855 has been marked as a duplicate of this bug. ***
Created attachment 141191 [details] Bibisect log The "Arrow Style, Corner Style and Cap Style" where hidden for a while.. --> The blackout started with (it was working before) 31c7ac9f3bb171a85cbf0d2f5c506de765ebcd66 is the first bad commit commit 31c7ac9f3bb171a85cbf0d2f5c506de765ebcd66 Author: Norbert Thiebaud <nthiebaud@gmail.com> Date: Thu Feb 4 17:25:29 2016 -0800 --> Arrow dialog reappeared but disabled author Rishabh Kumar <kris.kr296@gmail.com> 2016-05-25 17:19:56 +0530 committer Katarina Behrens <Katarina.Behrens@cib.de> 2016-05-25 16:42:54 +0000 commit f131e6ef72bcb778bef11a497777bef099d9c4d9 (patch) tree 987a014c979309ce4f563274f2eb2a36e3038f75 parent 80502737b2ac722d4adfd4e89d3dc46799ded97e (diff) Disable line arrow heads when a shape is selected https://cgit.freedesktop.org/libreoffice/core/commit/?id=f131e6ef72bcb778bef11a497777bef099d9c4d9 Commit f131e6ef72bcb778bef11a497777bef099d9c4d9 is might be the cause in some sense. My non-DEV guess: "mbArrowSupported" isn't set for custom shapes...?
The got disabled in https://cgit.freedesktop.org/libreoffice/core/commit/?id=eede66cd922b0f867b7521a9d96e2c6f42a973dc author Rishabh <kris.kr296@yahoo.in> 2016-01-24 07:07:07 +0530 committer jan iversen <jani@documentfoundation.org> 2016-01-25 07:14:34 +0000 commit eede66cd922b0f867b7521a9d96e2c6f42a973dc (patch) tree 5158307abe928b19ca3d77446ebbb1479b5542fc parent 45e3e87ddcdfb14186ce6a9d8748fa4b31393600 (diff) tdf#84381: Disable the line arrowheads when non-line object is selected When a non-line object is selected, the arrow subsection of line tab is hidden Bisected with: bibisect-linux-64-5.2
Removing mbArrowSupported from https://opengrok.libreoffice.org/xref/core/svx/source/sidebar/line/LinePropertyPanelBase.cxx#901 fixes the issue, so I guess mbArrowSupported is set incorrectly here...
Patch in gerrit: https://gerrit.libreoffice.org/#/c/58747/
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ffc61735fe804913e55db45ae4d533c8980c2e6a tdf#101254: Enable arrowheads in sidebar for draws It will be available in 6.2.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=24e3426546718a9df1c0066b1f955b1d0fe4d4ea&h=libreoffice-6-1 tdf#101254: Enable arrowheads in sidebar for draws It will be available in 6.1.1. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.