Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PDFViewer] Pager tool numeric input overflows the wrapper #4512

Open
dtopalov opened this issue May 31, 2023 · 0 comments
Open

[PDFViewer] Pager tool numeric input overflows the wrapper #4512

dtopalov opened this issue May 31, 2023 · 0 comments
Labels
Bug Something isn't working C:PdfViewer

Comments

@dtopalov
Copy link
Contributor

Describe the bug
When the Toolbar Pager tool is focused (and thus the respective styling is applied) the numeric input overlaps with the wrapper border/outline:

image

The reason seems to be explicitly removing the whole padding from the .k-pager element when it is within a PDFViewer toolbar:

image

To reproduce
Steps to reproduce the behavior:

  1. Go to https://www.telerik.com/kendo-angular-ui-develop/components/pdfviewer/
  2. Tab into the toolbar, when the pager tool wrapper is focused, press Enter to focus the actual Pager component

Expected behavior
There is some padding between the input and the Pager focusable wrapper.

@dtopalov dtopalov added Bug Something isn't working C:PdfViewer labels May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working C:PdfViewer
Projects
None yet
Development

No branches or pull requests

1 participant