Issue 77148 - impossible to move a group of points in a path at once
Summary: impossible to move a group of points in a path at once
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: editing (show other issues)
Version: OOo 2.2
Hardware: All Windows XP
: P3 Trivial with 1 vote (vote)
Target Milestone: OOo 2.3
Assignee: christian.guenther
QA Contact: issues@graphics
URL:
Keywords:
: 77625 (view as issue list)
Depends on:
Blocks:
 
Reported: 2007-05-09 13:53 UTC by cyrilb
Modified: 2007-08-17 17:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description cyrilb 2007-05-09 13:53:47 UTC
In the previous versions of OODraw, I was able to select a group of points in a
path (when in the "points" edit mode), and move them to a different place on the
drawing (by dragging one of the selected points). With OODraw 2.2.0, even when
several points are selected, only the point I drag is moved, the other stay still.

Is this change in behaviour intentional?

Thank for your work
Comment 1 wolframgarten 2007-05-10 07:44:03 UTC
No, sorry. This change is not intentional. Reproducible. Reassigned.
Comment 2 Regina Henschel 2007-05-20 16:52:32 UTC
*** Issue 77625 has been marked as a duplicate of this issue. ***
Comment 3 Armin Le Grand 2007-06-28 17:45:26 UTC
AW: Taking a look...
Comment 4 Armin Le Grand 2007-06-28 17:47:57 UTC
AW: Ineed something is going wrong here. Debugging...
AW: Okay, it's in ImpPathForDragAndCreate::BegDrag. I isolated the create/Drag
stuff in SdrPathObj (aw024). In the named method, a comparison of an
SdrObject-Ptr was made with this, casted to SdrObject. This is no longer valid
after isolation, comarison needs to be done with the correct SdrObject.
AW: Changed, testing...
Comment 5 Armin Le Grand 2007-06-28 17:48:37 UTC
AW: Okay, works. Checked in and done.
Comment 6 Armin Le Grand 2007-07-30 10:49:12 UTC
AW->CGU: Please verify. You may use an ellipse, convert to polygon, press F8 and
select a group of points. When moving one of the, the group of points moves now
as expected.
Comment 7 christian.guenther 2007-08-02 09:39:21 UTC
CGU: Verified in cws aw052
Comment 8 christian.guenther 2007-08-17 17:25:07 UTC
CGU:Integrated in src680m225