Adding Comment to Table in C# Results In Adding Comment to Presentation Slide

Hello,

Adding a modern comment for a table in Aspose.Slides results in the comment being added for the entire slide instead of the table shape ( when you click on the comment, the entire slide gets highlighted instead of the table shape & also clicking on the shape does not highlight the comment).

Adding the comment for a shape seems to work correctly by using the exact same method. However, we were unable to do the same for an ITable object.

Doing the same thing manually in Power Point interface results in correct behavior (the shape and comment correspond when you click on one of them).

The method used in the code is :

"author.Comments.AddModernComment(comment, (ISlide)shape.Slide, shape, PointF.Empty, DateTime.Now); "

where shape is an instance of ITable that had just been created earlier using the Slide.Shapes.InsertTable method. Tried also using the AddTable, but the result is the same.

We are using Aspose.Slides.dll version 22.4.0.0 for .Net 4.0.

Please advise. Thank you

@dclaudiu88,
Thank you for reporting the issue.

I’ve reproduced the problem with modern comments and added a ticket with ID SLIDESNET-43212 to our issue tracking system. We apologize for any inconvenience. Our development team will investigate this case. You will be notified when the issue is resolved. You can see an issue status at the bottom of this forum thread.