Bug 62051 - Two shapes have the same shapeId within the same slide.
Summary: Two shapes have the same shapeId within the same slide.
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSLF (show other bugs)
Version: 4.0.x-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-28 06:32 UTC by Wayne Jenkins
Modified: 2018-05-20 22:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wayne Jenkins 2018-01-28 06:32:46 UTC
Suppose the current shape id is 58.  If a group is created it will get the id 58 and the first shape created within it will get id 59.  However, if a new shape is created outside the group it will also get id 59 (as the next id available at the slide level).  Any future use of the id risks getting the wrong shape.
Comment 1 Andreas Beeker 2018-05-20 22:01:38 UTC
Thanks for bringing this up.
Fixed via r1831947