groupdocs-total / GroupDocs.Total-Angular

Angular based UI for GroupDocs Products
https://www.groupdocs.com
MIT License
0 stars 6 forks source link

Angular Viewer display problems #289

Closed JeepLavoie closed 1 year ago

JeepLavoie commented 1 year ago

Hi,

First of all I don't know if I made the issue in the good Repository. We are using the nuget GroupDocs.Viewer.UI.SelfHost.Api, but since the problem are more within the npm package that the nuget, I was thinking that this repository was the good one to open the issue directly.

We had some problems with @groupdocs.examples.angular/viewer

Navigation and Zoom

The first one it's when using Zoom and cropping a part of the View Box the page count don't follow. You can see the two behaviour with those two videos

https://github.com/groupdocs-total/GroupDocs.Total-Angular/assets/3975143/e16ff403-6b62-4aa3-b903-9a69f168daa5

https://github.com/groupdocs-total/GroupDocs.Total-Angular/assets/3975143/380c463e-072d-472e-9edf-a41ef63b1b72

This is the file use in the videos : repro-pdf-1.pdf

Looping Navigation

The second one it's the inverse, when we are zooming out with a document of many pages, using the Chevron navigation, we are looping around the page that they are shown in the page.

https://github.com/groupdocs-total/GroupDocs.Total-Angular/assets/3975143/be9d60bb-49e4-4cca-a124-f71979f3555c

This is the file use in this video : repro-pdf-2.pdf

We are using GroupDocs.Viewer.UI.SelfHost.Api version 6.0.15, so we are using @groupdocs.examples.angular/viewer at version 0.8.100

Thanks 😃

vladimir-litvinchik commented 1 year ago

@JeepLavoie

Thank you for sharing the videos and the source file for each of them. We'll take a look and update you.

vladimir-litvinchik commented 1 year ago

@JeepLavoie

These issues were fixed. You need to update GroupDocs.Viewer.UI package to 6.0.14. @groupdocs.examples.angular/viewer package version is 0.8.103 now.