Bug 121271 - Legacy arc and sector misses bottom and bottom-right handle in 'Edit Point' mode
Summary: Legacy arc and sector misses bottom and bottom-right handle in 'Edit Point' mode
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.2.0.0.alpha1+
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Regina Henschel
URL:
Whiteboard: target:6.2.0
Keywords: regression
Depends on:
Blocks:
 
Reported: 2018-11-08 14:00 UTC by Regina Henschel
Modified: 2018-11-10 12:08 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Screenshot of arc with handles (2.09 KB, image/png)
2018-11-08 14:00 UTC, Regina Henschel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Regina Henschel 2018-11-08 14:00:15 UTC
Created attachment 146439 [details]
Screenshot of arc with handles

Draw a sector, arc or segment and switch to 'Edit Point' mode. Notice, that the bottom and the bottom-right handles are missing.

The error was introduced with SdrCircObj::AddToHdlList and is similar to that for legacy rectangle.
Comment 1 Regina Henschel 2018-11-08 14:26:40 UTC
Patch waits for review: https://gerrit.libreoffice.org/#/c/63103/
Comment 2 Roman Kuznetsov 2018-11-09 10:09:11 UTC
Regina, may be we need just delete all legacy shapes from Draw?
Comment 3 Commit Notification 2018-11-10 11:58:34 UTC
Regina Henschel committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/+/bd9762c080aaa6b7e0f5e628a730ec2a594b9662%5E%21

tdf#121271 Use correct handles for arc in 'Edit Point' mode

It will be available in 6.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 4 Regina Henschel 2018-11-10 12:08:07 UTC
(In reply to Roman Kuznetsov from comment #2)
> Regina, may be we need just delete all legacy shapes from Draw?

No, they have different properties than custom shape, e.g. numerical shearing, text wrap to contour and text stretching. And arc and segment do not exist in custom shapes.