-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Incorrect fire Print on FF #4790
Comments
Blocked by #4444. |
As #4444 is done we can proceed with this one. |
@KarolDawidziuk could you give more details on this one? Following the description (with CKEditor 4 |
@KarolDawidziuk so if you mentioned #4444 it means it is CDN related too? It's not mentioned anywhere in this ticket or issue description so if that's the case it would be good to update repo steps / description here. |
Type of report
Bug
Provide detailed reproduction steps (if any)
Open editor on FF and click on print button.
Expected result
Preview and print tab should open correctly. No error in the console.
Actual result
Preview are opened correctly but print preview is not available. No errors in the console.
Other details
This happens because FF trying fire
print()
method before page was fully loaded. We need wait for that.In the
preview
plugin we can create some kind of public API to allow adding callback that fired when the preview window is loaded.The text was updated successfully, but these errors were encountered: