-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
Printing With r-fit-text Too Big #2865
Comments
hakimel
added a commit
that referenced
this issue
Dec 17, 2020
Thanks for reporting! This should be fixed now f576b98 |
R0bes
pushed a commit
to R0bes/Terraform-Presentation
that referenced
this issue
Jun 7, 2021
This is still an issue for me in 4.2.0 :-/ |
I merged a performance optimization that broke this in acafabf#diff-4e186b3cdd8d0091137086ebf5fe3a9d360b602194bfec89f58d230d18511f42 I've change it back so that fit-text works correctly again. Available in master but not in a release yet. |
hakimel
added a commit
that referenced
this issue
Nov 16, 2021
This was referenced Dec 6, 2021
1 task
1 task
stefanocampanella
pushed a commit
to stefanocampanella/reveal.js
that referenced
this issue
Mar 1, 2022
This was referenced Mar 3, 2022
1 task
1 task
srwohl
pushed a commit
to srwohl/phantom-pres
that referenced
this issue
Sep 2, 2024
srwohl
pushed a commit
to srwohl/phantom-pres
that referenced
this issue
Sep 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've isolated a bug when printing an element that uses
r-fit-text
. When you go to print, the element's text is far too big and exceeds the limit of the element.To work around the issue, you have to wait to
initialize
Revealjs or manually resize the window.This code replicates the issue on 4.1.0:
This code works around the issue on 4.1.0:
The difference between the two is a
setTimeout
that delays theinitialize()
.The text was updated successfully, but these errors were encountered: