<kendo-pdfviewer/> toolbar option search malfunction

1 Answer 48 Views
General Discussions PDF Export PDFViewer Styling ToolBar
katrine
Top achievements
Rank 1
katrine asked on 13 Nov 2023, 01:47 PM

I’m using Kendo PDFViewer ver 13.1.0, and this is what my codes look like:

<kendo-pdfviewer
[url]="url"
(load)="onLoad($event)"
[zoom]="0.75"
[saveFileName]="filename"
(pageChange)="onPageChange($event)"
(error)="onError($event)"
[ngStyle]="{ height: height + 'px' }"
></kendo-pdfviewer>


As you can see I didn’t set any toolbar on it and by default it should show all the toolbar options that is included by the package, 

But the issue here is that if the user start to search using the ‘search’ from toolbar option, it is somehow broken as you can see in the picture. The detected key is not highlighted properly.

Can someone assist me with this concern?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 16 Nov 2023, 11:18 AM

Hi Katrine,

Thank you for the provided feedback.

I was able to reproduce the reported issue locally as well. It looks like the highlight marker was incorrectly calculated when the searched word was near the end of the line.

I logged it in our GitHub issue tracker here:

https://github.com/telerik/kendo-angular/issues/4159

Please subscribe for it, to be notified in a timely manner when it's fixed.

As a token of gratitude for reporting this malfunction to us, I updated your account Telerik points.

Accept our apologies for the caused inconvenience.

Regards,
Martin
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
General Discussions PDF Export PDFViewer Styling ToolBar
Asked by
katrine
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or