We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Similar to #5256, fixing the bug https://github.com/telerik/kendo-pdfviewer-common/issues/116 requires adding styles for the acro fields.
This is not a bug in the themes, but rather we need the styles listed below, so that we can fix the original bug in the PDF Viewer functionality.
To reproduce See https://github.com/telerik/kendo-pdfviewer-common/issues/116#issue-2884370524
Expected behavior
The following styles need to be added to the themes:
.k-annotation-layer .k-text-widget-annotation .k-annotation-content { position: absolute; width: 100%; height: 100%; pointer-events: none; }
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
Build system information (please remove the unneeded items)
Additional context Add any other context about the bug.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Similar to #5256, fixing the bug https://github.com/telerik/kendo-pdfviewer-common/issues/116 requires adding styles for the acro fields.
This is not a bug in the themes, but rather we need the styles listed below, so that we can fix the original bug in the PDF Viewer functionality.
To reproduce
See https://github.com/telerik/kendo-pdfviewer-common/issues/116#issue-2884370524
Expected behavior
The following styles need to be added to the themes:
Affected package (please remove the unneeded items)
Affected suites (please remove the unneeded items)
Affected browsers (please remove the unneeded items)
Build system information (please remove the unneeded items)
Additional context
Add any other context about the bug.
The text was updated successfully, but these errors were encountered: