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
The resizing event is not fired correctly in firefox (code Lines 805-807):
$(iframe.contentWindow).on('resize', function() { callbacks.fire(); });
When i resize the window nothing happens, after clicking with mouse with the right button, the view of the terminal is refreshed.
This happens only in Firefox. IE is resizing correctly, and Chrome is using the resizeObserver, as expected.
Someone else experiencing this error? I am running the Terminal in a Iframe, maybe that is the cause of my error?
Kind regards Tommaso
The text was updated successfully, but these errors were encountered:
fix resizer in Firefox #395
e76d80b
The fix is in devel branch, it will be in next version. To fix this now you can use this css snipped:
.terminal > .resizer, .terminal > .font .resizer { visibility: visible; pointer-events: none; }
Sorry, something went wrong.
Thanks for the fix.
No branches or pull requests
The resizing event is not fired correctly in firefox (code Lines 805-807):
When i resize the window nothing happens, after clicking with mouse with the right button, the view of the terminal is refreshed.
This happens only in Firefox. IE is resizing correctly, and Chrome is using the resizeObserver, as expected.
Someone else experiencing this error? I am running the Terminal in a Iframe, maybe that is the cause of my error?
Kind regards
Tommaso
The text was updated successfully, but these errors were encountered: